• 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

Urgent - controlling frame restore/maximize button

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello, the problem i'm having is;
is there a way i can set a frames "restore/maximum" button.
i am running an applet that creates a frame that the user can resize.
i have added an "actual size" checkbox to set the size of the frame to the preferred size of the component.
the trouble i'm having is, if the frame is maximized and i click the "actual size" the frame sizes properly but the "restore/maximize buton" of the frame stays set to "restore" instead of turning into "maximize"
any help would be greatly appreciated, thanx
[ September 01, 2002: Message edited by: darren green ]
[ September 01, 2002: Message edited by: darren green ]
reply
    Bookmark Topic Watch Topic
  • New Topic