Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Eliminating Start menu footprint

Status
Not open for further replies.

ronnyjljr

IS-IT--Management
Nov 23, 2003
249
US
Hi Guys,

I am writing a popup window similiar to what AIM produces when a buddy signs on. It works fine but I am subclassing the JFrame and when the jframe is visible there is footprint of a program window (An empty box with ajva icon essentially) in the start menu on a windows xp box. How do I eliminate that?

Thanks,
Ron

typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
 
Hardley, seeing that Java controls this aspect stefan.

Anyways, I changed it from a JFrame to a JDialog and this eliminated the problem.

-Ron

typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top