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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -