• 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

problem with serverGUI

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created GUI for starting / stoping server. when my appln runs a new window pops up . user has to enter datafile, portno. when start is pressed, the window stays open . is there a way to minimize the window ?
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Resma
I suppose you could write a WindowAdapter class overwriting windowIconfied with any necessary detail.
tom
 
Ranch Hand
Posts: 240
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Out of curiosity, why should the window get minimized automatically? I have not seen any applications that do that. The only apps, I see doing that are the ones in the windows hot or active bar on the very edge like msn messenger etc.
 
Reshma Das
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Reason:
When i start my serverdisplay.java. The gui pops up. when client presses the start button, the server starts. so i have the dos prompt, then on top of it the gui. i want to minimise the gui screen so that only dos prompt stays.
what do u guys think abt it?
 
reply
    Bookmark Topic Watch Topic
  • New Topic