Skip to content

Commit edf4ea7

Browse files
committed
JInternalFrame HTML L&F, but not implemented
1 parent d294a62 commit edf4ea7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/HTML5LookAndFeel.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -990,15 +990,15 @@ public Object createValue(UIDefaults table) {
990990
// "ctrl SPACE", "showSystemMenu",
991991
// "ESCAPE", "hideSystemMenu"},
992992
//
993-
// "InternalFrameTitlePane.iconifyButtonOpacity", Boolean.TRUE,
994-
// "InternalFrameTitlePane.maximizeButtonOpacity", Boolean.TRUE,
995-
// "InternalFrameTitlePane.closeButtonOpacity", Boolean.TRUE,
993+
"InternalFrameTitlePane.iconifyButtonOpacity", Boolean.TRUE,
994+
"InternalFrameTitlePane.maximizeButtonOpacity", Boolean.TRUE,
995+
"InternalFrameTitlePane.closeButtonOpacity", Boolean.TRUE,
996996

997-
// "DesktopIcon.border", internalFrameBorder,
998-
//
999-
// "Desktop.minOnScreenInsets", threeInsets,
1000-
// "Desktop.background", table.get("desktop"),
1001-
// "Desktop.ancestorInputMap",
997+
//"DesktopIcon.border", internalFrameBorder,
998+
999+
"Desktop.minOnScreenInsets", threeInsets,
1000+
"Desktop.background", table.get("desktop"),
1001+
"Desktop.ancestorInputMap",
10021002
// new UIDefaults.LazyInputMap(new Object[] {
10031003
// "ctrl F5", "restore",
10041004
// "ctrl F4", "close",

0 commit comments

Comments
 (0)