christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Documentation: SeaGlass.JRootPane.MenuInTitle #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The documentation for the MenuInTitle client property says that the value
for the property needs to be a String instead of a Boolean.

Old:

"On a non-Mac platform, setting the SeaGlass.JRootPane.MenuInTitle property
to the String true will ....."

New:

"On a non-Mac platform, setting the SeaGlass.JRootPane.MenuInTitle property
to Boolean.TRUE will ....."

Original issue reported on code.google.com by dlemmermann@gmail.com on 5 Mar 2010 at 12:58

GoogleCodeExporter commented 9 years ago
Oops! I remembered that before falling asleep one night and forgot to fix it 
the next day.

Thanks!

Original comment by kahuxtable on 5 Mar 2010 at 4:39

GoogleCodeExporter commented 9 years ago
Oops! I remembered that before falling asleep one night and forgot to fix it 
the next day.

Thanks!

Original comment by kahuxtable on 5 Mar 2010 at 4:39

GoogleCodeExporter commented 9 years ago
Changed docs to reflect reality in r1352. Also changed client property from 
SeaGlass.JRootPane.MenuInTitle to 
simply JRootPane.MenuInTitle.

Original comment by kahuxtable on 5 Mar 2010 at 4:52

GoogleCodeExporter commented 9 years ago
Hi,
I tried this feature. Currently "RootPane.MenuInTitle" seems to work and the
documentation in SVN is up to date.
But the documentation on the website is not.

http://www.kathrynhuxtable.org/projects/site/seaglasslookandfeel/client-properti
es.html

This is very confusing ;-) There are also still some references of
"SeaGlass.JRootPane.MenuInTitle" in the source code. Maybe a bug?

Just for your info.
- Rossi

Original comment by rosstaus...@googlemail.com on 9 Mar 2010 at 9:59

GoogleCodeExporter commented 9 years ago
The documentation in the svn source is up to date with the current trunk 
behavior.

The documentation on the website is roughly up to date with the released 
versions.

Original comment by kahuxtable on 9 Mar 2010 at 11:14