Java Right Mouse Button Menu(1-user license) 6.0.54
| Editor's rating |
 |
| License |
Free to try |
| Requirements |
32M RAM 25M free Harddisk space |
| Operate System |
Windows 98/ME/NT4/2000/2003/XP/Vista |
| File size |
2.5 MB |
| Update time |
August 16, 2007 |
| Downloads |
0 |
| Price |
$9.8 |
DownloadBuy Now
Description
Java Right Mouse Button Menu(1-user license) - A java GUI API, which can easily add Right Mouse Button Menu to components of JEditorPane, JTextArea or JTextField. It includes following menu items: copy, paste, cut, redo, undo. One instance of RightMouseMenu can apply to more components of JEditorPane, JTextArea and JTextField. Local and international development supported. example of usage: rightMouseMenu = new RightMouseMenu(); field = new JTextField(); textArea = new JTextArea(); editPane = new JEditPane(); rightMouseMenu.applyTo(field); rightMouseMenu.applyTo(textArea); rightMouseMenu.applyTo(editPane);
Features
-
A java GUI API, which can easily add Right Mouse Button Menu to components of JEditorPane, JTextArea or JTextField.
-
It includes following menu items: copy, paste, cut, redo, undo.
-
One instance of RightMouseMenu can apply to more components of JEditorPane, JTextArea and JTextField. Local and international development supported.
-
Example of usage: rightMouseMenu = new RightMouseMenu();
-
field = new JTextField();
-
TextArea = new JTextArea();
-
EditPane = new JEditPane();
-
RightMouseMenu.applyTo(field);
-
RightMouseMenu.
-
ApplyTo(textArea);
-
RightMouseMenu.applyTo(editPane);