Java

TableLayout Manager - layout Swing Guis easy as HTML tables

TableLayout is a layout manager that provides all the power of GridBagLayout, but is simple and easy to use. TableLayout simplies the creation of graphical user interfaces by providing an intuitive and powerful way to specify where components are placed and how they are resized. TableLayout makes it easy to write professional user interfaces quickly and easily.

the sun article explains it in more detail…

The author Steffen Mueller created some webstart downloadable demos for the german JavaMagazin available on his website

TableLayout is a free layout manager than can be used without royalties or license fees.

Average rating
(0 votes)

Comments

TableLayout Manager - layout Swing Guis easy as HTML tables

Hi,
I am trying out the TableLayout - I must admit it is pretty good. However, I am dissappointed that I cannot specufy the cell padding/margins, so as to have the component a few pixels away from the cell boundary. If I use LEFT justification, it pushes the component completely to the left of the cell without giving it a few pixels gap between it and the previous cell. Would you be able to modify ths code so as to provide method calls for setting cellpadding or cell margins ?
Thanks

TableLayout Manager - layout Swing Guis easy as HTML tables

Hi,
I am trying out the TableLayout - I must admit it is pretty good. However, I am dissappointed that I cannot specufy the cell padding/margins, so as to have the component a few pixels away from the cell boundary. If I use LEFT justification, it pushes the component completely to the left of the cell without giving it a few pixels gap between it and the previous cell. Would you be able to modify ths code so as to provide method calls for setting cellpadding or cell margins ?
Thanks

Similar entries

  • All of the Oracle 10g infrastructure components are now available for download on OTN, for Linux, HP-UX and Sun Solaris. Oracle Database 10g (10.1.0.2) Oracle Enterprise Manager 10g Grid Control (10.1.0.2) Oracle Application Server 10g (9.0.4) Oracle Developer Suite 10g…

  • Miriam lists & explains 7 key soft skills of a PM and gives hints on "what counts". Seven Keys Open Project Manager Doors is a nice article although although it containts some neat tips it lacks in-depth discussion (which is…

  • CDR-Info has a hardware review of the Pioneer DVR-A06 DVD

  • Applying elli's new layout started… I didn't expect splitting the layout to my dozen MT template mess the site up the way it is now… be patient please … update 2:30 Elli's new layout is applied now… at least as…

  • The Eclipse Modeling Framework (EMF) project contains two very powerful tools for generating source code: JET (Java Emitter Templates) and JMerge (Java Merge). With JET you can use a JSP-like syntax (actually a subset of the JSP syntax) that makes…