Class WidthControlComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class WidthControlComponent extends JPanel
This is an empty JPanel with a preferred width that corresponds to a JTextField with a fixed column number. It should therefore keep a certain width but adapt to different UI scaling and fonts. It can be used to give the right column on input views like CIPlatoonView or others the same width.
See Also:
  • Field Details

  • Constructor Details

    • WidthControlComponent

      public WidthControlComponent()
  • Method Details