Results 1 to 8 of 8
- 08-18-2010, 01:59 AM #1
Senior Member
- Join Date
- Mar 2010
- Location
- Manila, Philippines
- Posts
- 257
- Rep Power
- 4
How to hide/disable Java application showing on taskbar?
Hi,
How would I implement this on Java?
I have implemented the Java application to the System Tray.
I am wanting to disable the Java(JFrame) from showing on the Windows Taskbar and show it on the System Tray.
What API I am going to use?
Thanks,
Cyril H.Every project, package, class, method, variable, syntax, algorithm, etc.
are registered in my memory bank. Thanks to this thread.
- 08-18-2010, 03:04 AM #2
What happens when you use setVisible(false)?
- 08-18-2010, 04:29 AM #3
Senior Member
- Join Date
- Mar 2010
- Location
- Manila, Philippines
- Posts
- 257
- Rep Power
- 4
The JFrame will not display.
Maybe I'm going to use JDialog.
But I wonder what they are saying about a error that occurs using JDialog instead of JFrame,Every project, package, class, method, variable, syntax, algorithm, etc.
are registered in my memory bank. Thanks to this thread.
- 08-18-2010, 04:43 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
JDialog is the option, what error you get use of it.
- 08-18-2010, 05:59 AM #5
Using JDialog will definitely help OP to solve problem, but can JDialog perform all the role of JFrame? I wonder that, sooner or later a point would come where use of JDialog will not give JFrame functionality.
-Regards
- 08-18-2010, 04:21 PM #6
Senior Member
- Join Date
- Mar 2010
- Location
- Manila, Philippines
- Posts
- 257
- Rep Power
- 4
- 08-19-2010, 01:52 PM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-19-2010, 01:56 PM #8
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Java jar files not showing icons on taskbar??!
By srisar in forum Forum LobbyReplies: 0Last Post: 12-25-2009, 01:03 PM -
showing image in web application
By Juuno in forum Advanced JavaReplies: 3Last Post: 05-11-2009, 04:36 AM -
How to hide a window of application
By Jktu in forum AWT / SwingReplies: 4Last Post: 10-29-2008, 06:53 AM -
Hide Object in the Taskbar when Frame is down to Tray
By hannehomuth in forum Advanced JavaReplies: 2Last Post: 07-12-2008, 06:54 PM -
java : how to hide application icon from a task bar
By yogeshagashe in forum Advanced JavaReplies: 0Last Post: 03-12-2008, 01:05 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks