Windows « Menu « Java Swing Q&A





1. Anyway to stop Windows bringing app to front when displaying a context menu on tray icon?    stackoverflow.com

We are experiencing this annoying problem where we have a context menu on our tray icon, if we display this context menu we have to SetForegroundWindow and bring it to the ...

2. Use JMenus keystrokes in multiple windows?    stackoverflow.com

my application uses one JFrame and two child JDialogs. The JMenubar with JMenus and Keystrokes is in one child JDialog. My Problem is that these keystrokes only work when the child JDialog ...

3. MDI with a Windows menu    coderanch.com

4. IMPOTANT: Drop down Menu disappears partially behind system tray in windows    coderanch.com

I have a JApplet with a 'File Menu' menu in which there are about 10 menuitems. I load the html file in which this applet is embedded through a browser(IE65.0). When I bring the internet browser(when it is not maximized) close to the bottom of the screen, and click on the file menu, then if all the menu items cannot be ...

5. menu behaviour when resizing windows in Swing    coderanch.com

Hi, Hoping to get some suggestions or pointers. How do I make the menubar behave like MS windows fashion, when the window is resized. Perhaps one of the following behaviour. 1. A scroll arrow thing appears, if all the menus cannot be displayed - IE 2. The menu's wrap into the next row - Visual InterDev, Notepad 3. or even, only ...

6. Right Click Menu for JFrame in Windows Taskbar    coderanch.com

I am designing an application that has an undecorated frame as its main frame and I need for a number of tasks to be completed prior to exiting the application. These methods are included in an inner class that is added as an actionListener on an exit button that i've added to the image. The problem is that these exits methods ...

7. Windows opened from menu items move down and to the right    coderanch.com

Hi all, I ve a swing application which is having multiple modules(panels) and each module can be opened from every other module, as some menu items in the form of icons. But when I am trying to open and close any module multiple times, the window is moving down and to the right, so that the window buttons like minimum, restore, ...

8. JPopupMenu issue with windows    coderanch.com

Hi all, I'm a long time reader but i haven't done much posting and i'm having the most strange issue with popup menus. So I have built a test project called "Launch Pad" and i have versions for both Mac os x and Windows. Recently I implemented a cut/copy/paste architecture to the project for the search & data text fields in ...