Class BorderlessField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
Direct Known Subclasses:
KeyEditorField

public class BorderlessField extends JTextField
Field used by the json editor. Has some customizations to let the json editor's collection of fields and panels look more seamless and tree-like.
See Also:
  • Constructor Details

    • BorderlessField

      public BorderlessField(String text)
  • Method Details