Class JLTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class JLTable extends JFrame
Table dialog.
See Also:
  • Constructor Details

    • JLTable

      public JLTable()
      Construction
  • Method Details

    • setData

      public void setData(Object[][] data, String[] colNames)
      Sets the data.
      Parameters:
      data - Handle to data array.
      colNames - Name of columns
    • clearData

      public void clearData()
      Clear the table
    • centerWindow

      public void centerWindow()