[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui GUI.java,1.16,1.17
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2005-12-20 12:23:51
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6992/src/net/sourceforge/bprocessor/gui Modified Files: GUI.java Log Message: Fixed small issues Index: GUI.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/GUI.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** GUI.java 13 Dec 2005 11:55:17 -0000 1.16 --- GUI.java 20 Dec 2005 12:23:41 -0000 1.17 *************** *** 307,313 **** JTabbedPane tp = new JTabbedPane(JTabbedPane.TOP); tp.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT); - tp.addTab("Views", new JScrollPane (null)); tp.addTab("Spaces", new JScrollPane (new SpacesTreeView())); tp.addTab("Surfaces", new JScrollPane (new SurfacesTreeView())); tp.setPreferredSize(new Dimension(170, 340)); splitPaneTopDown.setMinimumSize(new Dimension(170, 340)); --- 307,313 ---- JTabbedPane tp = new JTabbedPane(JTabbedPane.TOP); tp.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT); tp.addTab("Spaces", new JScrollPane (new SpacesTreeView())); tp.addTab("Surfaces", new JScrollPane (new SurfacesTreeView())); + tp.addTab("Views", new JScrollPane (null)); tp.setPreferredSize(new Dimension(170, 340)); splitPaneTopDown.setMinimumSize(new Dimension(170, 340)); |