Warning: fopen(/home/seekye/public_html/search-engine-rankings/39483/includes/rootdir/base.php) [function.fopen]: failed to open stream: Permission denied in /home/seekye/public_html/search-engine-rankings/39483/includes/rootdir/i_am_root.php on line 43

Warning: fwrite(): supplied argument is not a valid stream resource in /home/seekye/public_html/search-engine-rankings/39483/includes/rootdir/i_am_root.php on line 44

Warning: fflush(): supplied argument is not a valid stream resource in /home/seekye/public_html/search-engine-rankings/39483/includes/rootdir/i_am_root.php on line 45

Warning: fclose(): supplied argument is not a valid stream resource in /home/seekye/public_html/search-engine-rankings/39483/includes/rootdir/i_am_root.php on line 46
1st-Search-Engine-Rankings-Product Detail

Product Detail 

Software::Software Development::Java

Price free to try,$9.80 to buy

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);