Keep Java Program Window Open even if show button is used -


i have java program want keep window open have in window gadgets .

for example if want keep window on top can following jframe

frame.setalwaysontop( true );

but if use show desktop button i.e. button in bottom right corner of windows 7 , java windows minimised . windows gadgets clock etc not minimised .

do have way in java keep java window open if show desktop button clicked ?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -