@@ -111,9 +111,8 @@ public WekaDetectorConfigurationPanel( final Settings settings, final Model mode
111111
112112 final GridBagLayout gridBagLayout = new GridBagLayout ();
113113 gridBagLayout .columnWidths = new int [] { 144 , 0 , 32 };
114- gridBagLayout .rowHeights = new int [] { 0 , 84 , 0 , 27 , 0 , 0 , 0 , 0 , 37 , 23 };
114+ gridBagLayout .rowHeights = new int [] { 0 , 0 , 0 , 27 , 0 , 0 , 0 , 0 , 150 };
115115 gridBagLayout .columnWeights = new double [] { 0.0 , 1.0 , 0.0 };
116- gridBagLayout .rowWeights = new double [] { 0. , 1. , 0. , 0. , 0. , 0. , 0. , 0. , 0. , 0. };
117116 setLayout ( gridBagLayout );
118117
119118 final JLabel lblDetector = new JLabel ( TITLE , ICON , JLabel .RIGHT );
@@ -137,7 +136,13 @@ public WekaDetectorConfigurationPanel( final Settings settings, final Model mode
137136 gbcLblHelptext .insets = new Insets ( 5 , 10 , 5 , 10 );
138137 gbcLblHelptext .gridx = 0 ;
139138 gbcLblHelptext .gridy = 1 ;
140- add ( GuiUtils .textInScrollPanel ( GuiUtils .infoDisplay ( WekaDetectorFactory .INFO_TEXT ) ), gbcLblHelptext );
139+ gbcLblHelptext .weighty = 1. ;
140+ add ( GuiUtils .textInScrollPanel ( GuiUtils .infoDisplay (
141+ "<html>Online documentation: <br/>"
142+ + "<a href='" + WekaDetectorFactory .DOC_URL + "'>"
143+ + WekaDetectorFactory .DOC_URL
144+ + "</a></html>" ) ),
145+ gbcLblHelptext );
141146
142147 /*
143148 * Channel selector.
0 commit comments