Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1003672 // Test animated frame icon :-)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1768L/12K/42K).

!752

static bool b;

p-awt {
  substance();
  final JFrame frame = showFrame();
  
  installTimer(frame, 500, r {
    setFrameIcon(frame, b ? "#1003670" : "#1003635");
    b = !b;
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003672
Snippet name: Test animated frame icon :-)
Eternal ID of this version: #1003672/1
Text MD5: 9b760e1ecd9456c77047c36d7fc3cde0
Transpilation MD5: a4383b9e1aa25712c66dc9c9f4e212fe
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-25 16:24:56
Source code size: 200 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 540 / 625
Referenced in: [show references]