Closed GoogleCodeExporter closed 9 years ago
Verified in SeaGlass 0.1.6.
Original comment by kahuxtable
on 3 Feb 2010 at 7:10
Fixed in r.1072.
After discussion on the Sea Glass Google group, including much criticism of use
of JDesktopPane, it was
decided to use a slight variant of the non-Mac look on a Mac. We use the Mac
background colors for the
JInternalFrame, but otherwise use the non-Mac code.
Use of setContentPane in a JFrame is also discouraged in Sea Glass. Add the
control to BorderLayout.CENTER
of the existing content pane instead, e.g. instead of
this.setContentPane(dPane);
do
this.add(dPane, BorderLayout.CENTER);
It looks the same.
Original comment by kahuxtable
on 4 Feb 2010 at 4:59
Original issue reported on code.google.com by
Krist.Wo...@gmail.com
on 2 Feb 2010 at 12:13