Java Right Mouse Button Menu(4-users 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);

Platform Windows 95/98/ME

Operating Systems Windows 95/98/ME,Windows NT/2000,Linux,Windows XP,OS X - Macintosh,Windows NT/2000/2003/SBS2003,Windows Vista

Date added 14 Aug 2007

Last Updated 24 Jan 2011

Tags java right mouse button menu