Java RightMouseMenu

A java GUI API, which can easily add right-mouse-menu to components of JEditorPane, JTextArea or JTextField. It includes...
Download

Java RightMouseMenu Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Commercial
  • Publisher Name:
  • Wenming Peng
  • Operating Systems:
  • Java
  • File Size:
  • 28 MB

Java RightMouseMenu Tags


Java RightMouseMenu Description

A java GUI API, which can easily add right-mouse-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)


Java RightMouseMenu Related Software