Revision 2314 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.impl/src/main/java/org/gvsig/tools/swing/impl/bookmarkshistory/DefaultHistoryPanelView.java

View differences:

DefaultHistoryPanelView.java
1 1
package org.gvsig.tools.swing.impl.bookmarkshistory;
2 2

  
3
import com.jeta.open.i18n.I18NUtils;
4 3
import com.jgoodies.forms.layout.CellConstraints;
5 4
import com.jgoodies.forms.layout.FormLayout;
6 5
import java.awt.BorderLayout;
......
9 8
import java.awt.Dimension;
10 9
import javax.swing.Box;
11 10
import javax.swing.ImageIcon;
12
import javax.swing.JFrame;
13 11
import javax.swing.JList;
14 12
import javax.swing.JPanel;
15 13
import javax.swing.JScrollPane;
......
111 109
   public JPanel createPanel()
112 110
   {
113 111
      JPanel jpanel1 = new JPanel();
114
      FormLayout formlayout1 = new FormLayout("FILL:4DLU:NONE,FILL:DEFAULT:GROW(1.0),FILL:4DLU:NONE","CENTER:2DLU:NONE,FILL:DEFAULT:GROW(0.8),CENTER:DEFAULT:NONE,FILL:DEFAULT:GROW(0.2),CENTER:2DLU:NONE");
112
      FormLayout formlayout1 = new FormLayout("FILL:4DLU:NONE,FILL:DEFAULT:GROW(1.0),FILL:4DLU:NONE","CENTER:2DLU:NONE,FILL:DEFAULT:GROW(0.2),CENTER:DEFAULT:NONE,FILL:DEFAULT:GROW(0.8),CENTER:2DLU:NONE");
115 113
      CellConstraints cc = new CellConstraints();
116 114
      jpanel1.setLayout(formlayout1);
117 115

  

Also available in: Unified diff