|
|
@ -61,9 +61,7 @@ public class WMSLayerPane extends JPanel implements UIObserver { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wmsUrl = new UITextArea(); |
|
|
|
wmsUrl = new UITextArea(); |
|
|
|
String connectionButtonText = Toolkit.i18nText("Fine-Design_Chart_Connect_WMP"); |
|
|
|
connectButton = new UIButton(Toolkit.i18nText("Fine-Design_Chart_Connect_WMP")); |
|
|
|
connectButton = new UIButton(connectionButtonText); |
|
|
|
|
|
|
|
connectButton.setToolTipText(connectionButtonText); |
|
|
|
|
|
|
|
Component[][] comps = new Component[][]{ |
|
|
|
Component[][] comps = new Component[][]{ |
|
|
|
new Component[]{new UILabel("URL"), wmsUrl, connectButton} |
|
|
|
new Component[]{new UILabel("URL"), wmsUrl, connectButton} |
|
|
|
}; |
|
|
|
}; |
|
|
|