Remove ui.swing bundle dependency.
This commit is contained in:
parent
01d49b33f0
commit
d5d5bd7097
|
@ -42,9 +42,9 @@ public class ConfigAppServer extends Config
|
||||||
*/
|
*/
|
||||||
public void init()
|
public void init()
|
||||||
{
|
{
|
||||||
p_data.setAppsServerWebPort("80");
|
p_data.setAppsServerWebPort("8080");
|
||||||
p_data.setAppsServerWebPort(true);
|
p_data.setAppsServerWebPort(true);
|
||||||
p_data.setAppsServerSSLPort("443");
|
p_data.setAppsServerSSLPort("8443");
|
||||||
p_data.setAppsServerSSLPort(true);
|
p_data.setAppsServerSSLPort(true);
|
||||||
} // init
|
} // init
|
||||||
|
|
||||||
|
|
|
@ -94,8 +94,8 @@ public class ConfigurationPanel extends JPanel implements ActionListener
|
||||||
private ConfigurationData m_data = new ConfigurationData(this);
|
private ConfigurationData m_data = new ConfigurationData(this);
|
||||||
|
|
||||||
private static ImageIcon iOpen = new ImageIcon(ConfigurationPanel.class.getResource("openFile.gif"));
|
private static ImageIcon iOpen = new ImageIcon(ConfigurationPanel.class.getResource("openFile.gif"));
|
||||||
private static ImageIcon iSave = new ImageIcon(Core.getResourceFinder().getResource("images/Save16.gif"));
|
private static ImageIcon iSave = new ImageIcon(ConfigurationPanel.class.getResource("images/Save16.gif"));
|
||||||
private static ImageIcon iHelp = new ImageIcon(Core.getResourceFinder().getResource("images/Help16.gif"));
|
private static ImageIcon iHelp = new ImageIcon(ConfigurationPanel.class.getResource("images/Help16.gif"));
|
||||||
|
|
||||||
|
|
||||||
// ------------- Static UI
|
// ------------- Static UI
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 932 B |
Binary file not shown.
After Width: | Height: | Size: 561 B |
Loading…
Reference in New Issue