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

3
LINES

< > BotCompany Repo | #1032092 // allWindowsNotFrames

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3108L/17K).

static L<Window> allWindowsNotFrames() {
  ret filter(Window.getWindows(), w -> !w instanceof Frame);
}

Author comment

Began life as a copy of #1003933

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032092
Snippet name: allWindowsNotFrames
Eternal ID of this version: #1032092/1
Text MD5: 3ebc6e21cc0035af0ef96671f2f81e05
Transpilation MD5: 44d8bf8278ae10f20794dcce6bfc3d9b
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-11 14:16:22
Source code size: 105 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 57 / 96
Referenced in: [show references]