@@ -62,29 +62,29 @@ public ResourceCellRenderer() {
62
62
add (method );
63
63
add (dur );
64
64
65
- layout .putConstraint (SpringLayout .NORTH , path , 5 , SpringLayout .NORTH ,
65
+ layout .putConstraint (SpringLayout .NORTH , path , 1 , SpringLayout .NORTH ,
66
66
this );
67
67
layout .putConstraint (SpringLayout .WEST , path , 4 , SpringLayout .WEST ,
68
68
this );
69
69
layout .putConstraint (SpringLayout .EAST , path , -4 , SpringLayout .EAST ,
70
70
this );
71
71
72
- layout .putConstraint (SpringLayout .NORTH , method , 2 , SpringLayout .SOUTH ,
72
+ layout .putConstraint (SpringLayout .NORTH , method , 1 , SpringLayout .SOUTH ,
73
73
path );
74
74
layout .putConstraint (SpringLayout .WEST , method , 4 , SpringLayout .WEST ,
75
75
this );
76
76
77
- layout .putConstraint (SpringLayout .NORTH , status , 2 , SpringLayout .SOUTH ,
77
+ layout .putConstraint (SpringLayout .NORTH , status , 1 , SpringLayout .SOUTH ,
78
78
path );
79
79
layout .putConstraint (SpringLayout .WEST , status , 4 , SpringLayout .EAST ,
80
80
method );
81
81
82
- layout .putConstraint (SpringLayout .NORTH , dur , 2 , SpringLayout .SOUTH ,
82
+ layout .putConstraint (SpringLayout .NORTH , dur , 1 , SpringLayout .SOUTH ,
83
83
path );
84
84
layout .putConstraint (SpringLayout .EAST , dur , -4 , SpringLayout .EAST ,
85
85
this );
86
86
87
- this .setPreferredSize (new Dimension (50 , 40 ));
87
+ this .setPreferredSize (new Dimension (50 , 30 ));
88
88
}
89
89
90
90
@ Override
0 commit comments