Class CheckBoxPanel

  • All Implemented Interfaces:

    
    public class CheckBoxPanel
    
                        

    Utility class to wrap a JCheckBox in a horizontal box. This limits the clickable area to the label only, and not the width of its container. See Bug 58810 Note: using a JPanel affects the alignment within the container

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Box wrap(JCheckBox cb)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait