5
5
import static javax .swing .GroupLayout .Alignment .CENTER ;
6
6
import static javax .swing .GroupLayout .Alignment .LEADING ;
7
7
import static javax .swing .GroupLayout .Alignment .TRAILING ;
8
- import static org .baderlab .csplugins .enrichmentmap .EMBuildProps .HELP_URL_CONTROL ;
9
8
import static org .baderlab .csplugins .enrichmentmap .view .util .IconUtil .*;
10
9
import static org .baderlab .csplugins .enrichmentmap .view .util .SwingUtil .makeSmall ;
11
10
import static org .cytoscape .util .swing .IconManager .*;
@@ -155,8 +154,6 @@ private void createContents() {
155
154
setMinimumSize (new Dimension (390 , 400 ));
156
155
setPreferredSize (new Dimension (390 , 600 ));
157
156
158
- JButton helpButton = SwingUtil .createOnlineHelpButton (HELP_URL_CONTROL , "Online Manual..." , serviceRegistrar );
159
-
160
157
makeSmall (getClosePanelButton ());
161
158
162
159
final GroupLayout layout = new GroupLayout (this );
@@ -168,8 +165,6 @@ private void createContents() {
168
165
.addGroup (layout .createSequentialGroup ()
169
166
.addComponent (getEmViewCombo (), DEFAULT_SIZE , DEFAULT_SIZE , Short .MAX_VALUE )
170
167
.addPreferredGap (ComponentPlacement .RELATED )
171
- .addComponent (helpButton , PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
172
- .addPreferredGap (ComponentPlacement .RELATED )
173
168
.addComponent (getCreateEmButton (), PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
174
169
.addPreferredGap (ComponentPlacement .RELATED )
175
170
.addComponent (getOptionsButton (), PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
@@ -183,7 +178,6 @@ private void createContents() {
183
178
layout .setVerticalGroup (layout .createSequentialGroup ()
184
179
.addGroup (layout .createParallelGroup (CENTER , false )
185
180
.addComponent (getEmViewCombo (), PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
186
- .addComponent (helpButton , PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
187
181
.addComponent (getCreateEmButton (), PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
188
182
.addComponent (getOptionsButton (), PREFERRED_SIZE , DEFAULT_SIZE , PREFERRED_SIZE )
189
183
)
0 commit comments