• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSplitPane setOneTouchExpandable under Gnome

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am trying to use the setOneTouchExpandle feature of a JSplitPane using the SystemLookAndFeel under linux (Gnome).
However, the little arrows that are supposed to appear to allow for the one touch feature simply don't appear. They do appear under Gnome if I use the CrossPlatformLookAndFeel.
The API docs for the setOneTouchExpandable method says

Some look and feels might not support one-touch expanding; they will ignore this property.


How can I verify if the system look and feel under Gnome supports this feature ?
I may be forced to use the CrossPlatform look and feel if I can't make this work any other way.

Regards, Ronald.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic