Class GuiUtil


  • public class GuiUtil
    extends java.lang.Object
    Author:
    pugh
    • Constructor Summary

      Constructors 
      Constructor Description
      GuiUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addOkAndCancelButtons​(javax.swing.JPanel panel, javax.swing.JButton ok, javax.swing.JButton cancel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuiUtil

        public GuiUtil()
    • Method Detail

      • addOkAndCancelButtons

        public static void addOkAndCancelButtons​(javax.swing.JPanel panel,
                                                 javax.swing.JButton ok,
                                                 javax.swing.JButton cancel)