Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2103
| From | Knute Johnson <nospam@knutejohnson.com> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Hide jFrame from windows taskbar, but in notification icon. |
| Date | 2012-09-23 08:28 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <k3n9r4$drf$1@dont-email.me> (permalink) |
| References | <3d3a71a3-c305-4016-8131-27ff543e8bf0@googlegroups.com> |
On 9/23/2012 1:15 AM, temp.expt@gmail.com wrote: > > In my application, I want to implement a jFrame which will not be > shown in windows taskbar but will be visible in screen as well as > notification icon in taskbar tray. I've googled a lot, but have not > found any satisfactory solution. Can anyone please help me (with > example) ? Thanks in advance. Don't use a JFrame, use a JDialog instead to prevent the taskbar. Not sure how you get it to show in the tray but there is an API for that. -- Knute Johnson
Back to comp.lang.java.help | Previous | Next — Previous in thread | Find similar | Unroll thread
Hide jFrame from windows taskbar, but in notification icon. temp.expt@gmail.com - 2012-09-23 01:15 -0700 Re: Hide jFrame from windows taskbar, but in notification icon. Knute Johnson <nospam@knutejohnson.com> - 2012-09-23 08:28 -0700
csiph-web