Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2102 > unrolled thread

Hide jFrame from windows taskbar, but in notification icon.

Started bytemp.expt@gmail.com
First post2012-09-23 01:15 -0700
Last post2012-09-23 08:28 -0700
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.help


Contents

  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

#2102 — Hide jFrame from windows taskbar, but in notification icon.

Fromtemp.expt@gmail.com
Date2012-09-23 01:15 -0700
SubjectHide jFrame from windows taskbar, but in notification icon.
Message-ID<3d3a71a3-c305-4016-8131-27ff543e8bf0@googlegroups.com>
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.

[toc] | [next] | [standalone]


#2103

FromKnute Johnson <nospam@knutejohnson.com>
Date2012-09-23 08:28 -0700
Message-ID<k3n9r4$drf$1@dont-email.me>
In reply to#2102
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web