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).

1  
!752
2  
3  
static bool b;
4  
5  
p-awt {
6  
  substance();
7  
  final JFrame frame = showFrame();
8  
  
9  
  installTimer(frame, 500, r {
10  
    setFrameIcon(frame, b ? "#1003670" : "#1003635");
11  
    b = !b;
12  
  });
13  
}

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: 544 / 631
Referenced in: [show references]