The jmenuitem tag has no wiki summary.
6
votes
6answers
626 views
How to prevent a disabled JMenuItem from hiding the menu when being clicked?
In my Java swing application i have noticed that when i click on a disabled JMenuItem in a JPopupMenu it hides the menu, but i i do not want to hide it, as if nothing is clicked. Is there a way to ...
3
votes
1answer
25 views
How to prevent JMenuItem from closing Menu upon clicking the JMenuItem.
How do I prevent a JMenuItem from closing the menu when the JMenuItem is clicked?
The JMenuItem is enabled.
So this is the scenario, I have 3 JMenuItems.
JMenuItem A,B,C;
C displays an integer X.
...
3
votes
1answer
38 views
Setting icon in JMenuItem makes menu text match icon color
When adding a menu item (whether hard-coded as in my example below or with an Action), the color of the icon causes the color of the text of the menu item to change. This is strange and, in the case ...
3
votes
2answers
229 views
Why my ChangeListener reacts only for JMenu, and not for JMenuItem?
Now, I have a JMenu, and some JMenuItems in it. I want my program to perform some action when JMenu's and JMenuItem's state is changed to "selected". I don't use MouseLitener's MouseOver, because I ...
3
votes
2answers
276 views
Custom JMenuItems in Java
Would it be possible to create a custom JMenuItem that contains buttons? For example would it be possible to create a JMenuITem with an item similar to this:
...
3
votes
1answer
279 views
JMenuItems painting over higher components in JLayeredPane
I have a set of JMenuItems in a JPanel on one layer of a JLayeredPane, and an emulated cursor painted in a JPanel on a higher layer. When the menu items repaint, they paint over the emulated cursor ...
2
votes
2answers
86 views
How to keep menu item on top of text area?
I'm using netbeans to write the GUI.
I have a menu bar with few menu items and the main window has a text area all over it.
when I press the menu item,I cant see it because the text area is on top ...
2
votes
2answers
132 views
Keys shortcuts, Java
I want to add a hotkey to JMenuItem. I learned how to add key that look like CTRL+SOME_KEY. But what I need, is a triple hotkey. Somthing like CTRL+ALT+W. I want to add a hotkey to JMenuItem. But how ...
2
votes
4answers
789 views
JAVA: how to use listeners on JMenuItem and Jbutton to calculate rates
I'm writing a currency converter but I'm having a bit of trouble caculating the exchange rate for each currency. basically I want the user to select a currecy first then enter an amount and press "go" ...
2
votes
2answers
207 views
Java - Is It Possible To Add A JMenu Over On The Far Right-Hand Side Of A JMenuBar?
I am in the process of developing a simple JFrame based GUI to which I've added a JMenuBar and which in turn has the usual JMenuItems added to it - "File:", "Edit:", etc.
I would like to be able to ...
1
vote
1answer
81 views
Update JMenuItem via ActionListener
I am trying to create a JMenuItem that is disabled by default, but a method can be called to enable it. Just for the moment whilst I'm testing out my code, I want the method to be called when I click ...
1
vote
1answer
51 views
Exclude certain Jmenu's from Synth
I am using Synth L&F in a XML File, I set up everything so far, but no I have a nested JMenu, and I don't want the nested ones to take the style of the top JMenu's.
JMenu accountMenu = new ...
1
vote
2answers
83 views
Creating menus for JApplet
I am making a simple game where numbers fall from top to bottom
and I have to type the number. (number is erased as I type the number)
This is coordinated with a Zen.java which is a JApplet file.
I ...
1
vote
1answer
262 views
Changing the text of a JLabel and status of JMenuItem during runtime
I am developing an application in which I would like to display the username on the top of the screen after the user has logged into the system. Also I need to enable five JMenuItems only after the ...
1
vote
1answer
167 views
How to catch click on a JMenu element?
I'm developping a Java/Swing application with a menu using JMenuBar, JMenu and JMenuItem.
System look and fell is applied to the UI.
UIManager.setLookAndFeel( ...
1
vote
2answers
408 views
Add functionality to a menu button in java
I am new to Java and I was wondering how to add functionality to menu item?
What I would like it to do, is to set two values to 0.
This is the code I have currently:
JMenuItem clear = new ...
1
vote
1answer
292 views
Adding custom elements to a JPopupMenu
The problem can be stated in two different ways:
1. I have a JPopupMenu where I want to insert a component which is not a JMenuItem (a custom JTree)... but I dont know how to do it
or
2. I have a ...
1
vote
2answers
151 views
Additional information added to JMenuItem
I'm developing a java application and I create a dynamic JMenu by hand (depending on the input data). I add the same action for each menu item of the menu. The problem is that depending on the menu ...
0
votes
1answer
67 views
jPopUpMenu Change rollover background
I would like to change the background color of my jMenuItems on a rollover event :
Now it's blue, i want it white, how can I do ? (I use netbeans GUI)
Thank you very much.
Regards.
0
votes
4answers
112 views
JButton inside JMenuItem
I'm trying to build a particular JMenu.
I want a JMenuItem with JMenu functionality, I.E. when we click it the item should do something (like opening a dialog). But the JMenuItem should also contain a ...
0
votes
1answer
58 views
JMenuItems don't show in JDialog
This is probably a dumb question, but I just can't see it! I have Swing app that uses a popup menu. It works fine, but I want to make the menu persistent (i.e. until I close it). I have basically ...
0
votes
0answers
70 views
Changing text of ownerdraw menu item
How to change menu item text in correct way so that item's width would changed too? As I see width is not changed after SetMenuItemInfo() call because on WM_DRAWITEM I get same DRAWITEMSTRUCT::rcItem, ...
0
votes
2answers
159 views
How to import an image in menu bar
I've created a simple menu bar and I don't know how to import an image in the free space.
My code is below:
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
import ...
0
votes
2answers
98 views
JMenu pressed throws exception
In my app when i press Edit in my JMenuBar i receive
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at ...
0
votes
1answer
34 views
can I trigger SimpleButtonAction?
I have a menu bar with many SimpleButtonAction. Some of them need to show if they are pressed or not (for example, the "show grid" button).
I have looked for this feature, but I am not an ...
0
votes
3answers
331 views
Java unable to open pdf using Runtime
I have to open a pdf on clicking a JMenuItem. I can open the pdf on click the menu item if i run my program from netbeans. But when i run from jar file it is not opening. I clean and build my project. ...
0
votes
3answers
217 views
In JCheckBoxMenuItem, how to make only the checkbox tickmark visible
In this image taken from eclipse, "Build Automatically" shows a tick mark without a checkbox. How can I create a similar effect to this with Java JCheckBoxMenuItems, where only the tickmark and not ...
0
votes
0answers
136 views
connecting jinternalframe
Is it possible to call an internal frame made from other class but this class is within the same package? i want to use the menu item in the main frame to call the internal frame i created from a ...
0
votes
0answers
106 views
connecting jinternalframe to jmenuitem
how can i connect my jinternal frame to the jmenuitem?.. i've created a different class for jinternal frame so it would be easy for me to design it... i've used the netbeans gui builder... now my ...
0
votes
2answers
202 views
Java: Disabling an Action should disable JButtons and JMenuItems
I'm writing a fairly simple IDE for developing embedded programs (for iRobot's Create platform) and almost every single button and menu item is backed by Java's Action system.
This has made it easier ...
0
votes
0answers
19 views
Having Problems with Loading Image
im new to all this and im trying to open a class loadImage from File->Load Image. I have no idea how to open a class from a JMenuBar/JMenuItem. Can anyone help please??
0
votes
1answer
139 views
Remove all JMenuItem from JMenu
I got the JMenu down except for removing. :D I mean, I can do popup.remove(NUMBER) but that can cause NPE errors. So, is there a way to remove all JMenuItems from JMenu?
Here's my update checkPopup() ...
0
votes
2answers
315 views
An efficient way of adding JMenuItems
OK so before my INV program was to REMOVE menu items but then I was all like.. that's too much. So what if I were to ADD menu items for specific Right-clicked items INSTEAD of removing every time?
...
0
votes
1answer
105 views
Do JMenuItem Accelerators function properly when in a frame opened by another frame?
I have one frame that opens up another frame (editor). Most of the menu accelerators don't work when opened this way, but when I run the editor frame standalone, they do work. Should it work?
0
votes
2answers
257 views
Keeping selection after clicking a JButton to style text
I'm making a fairly simple text editor, and I have a question about my style buttons. When I highlight text and click my "bold" button, the text bolds as expected, but my selection is not longer ...
0
votes
2answers
553 views
JMenuItem shows checkbox on the left, how to disable it? (fixed)
I'm building a drop down menu which resides in program menu bar and pops up a JPopupMenu if a JButton gets clicked. In the JPopupMenu there are multiple JMenuItems.
However, beside every JMenuItem it ...
0
votes
3answers
1k views
Open a window-popup from JMenuItem java
I have a JMenu with a JMenuItem, and when I click on this, I need to open a JFrame or window, in other words a component with inside JButton, JTextField,...
How can i do this ?
-1
votes
2answers
46 views
Boss, How to add three Shoutcut keys ( Ctrl + Shift + C) in Java Swing Menubar?
I want to add shortcut keys in Java Swing Menubar. Below is what I have tried.
jMenuItem1.setText("Create");
jMenuItem1.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_C,ActionEvent.CTRL_MASK));
...
-1
votes
3answers
112 views
What listener should I use? (Java)
I want a listener that defines if a JMenuItem was selected. Not pressed, but just highlighted. I don't need MouseOver listener, because the selection is supposed to be performed from keyboard. What ...
-3
votes
2answers
42 views
MenuItem inside/Sub of another MenuItem in Java?
How to add a menuItem inside/sub of another menuItem in Java? is it possible ?