Libraryless. Click here for Pure Java version (6517L/36K).
svoid setDialogContents(JDialog dialog, JComponent contents) { if (dialog == null) ret; swing { dialog.getContentPane().removeAll(); dialog.getContentPane().setLayout(new BorderLayout); dialog.getContentPane().add(wrap(contents)); revalidate(dialog); } }
Began life as a copy of #1003379
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033897 |
Snippet name: | setDialogContents |
Eternal ID of this version: | #1033897/1 |
Text MD5: | a22816a1dedfdf2b5e689e0d8c2f4f52 |
Transpilation MD5: | 477cc8ff9836f22aed432c8b7af7fa32 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-09 18:34:42 |
Source code size: | 284 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 142 / 199 |
Referenced in: | [show references] |