KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > print > Printable > Top Examples

  • org.objectweb.fractal.gui.graph.view.BasicGraphView
    A configuration view that displays configurations as graph of boxes and lines, representing components and bindings. This component does not draw the components and bindings itself: it uses auxiliary component renderer and binding renderer components for that. In fact this component just calls the ...
  • org.jdesktop.swing.JXTable
    JXTable @author Ramesh Gupta @author Amy Fowler @author Mark Davidson
  • org.jdesktop.swing.TablePrintable
    An implementation of <code>Printable</code> for printing <code>JTable</code>s. <p> This implementation spreads table rows naturally in sequence across multiple pages, fitting as many rows as possible per page. The distribution of columns, on the other hand, is control ...
Popular Tags