private class ConfigPanel.ConfigurationReader
extends javax.swing.SwingWorker<java.util.Properties,java.lang.Object>
Modifier | Constructor and Description |
---|---|
private |
ConfigPanel.ConfigurationReader() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Properties |
doInBackground()
Reads the configuration on a worker thread.
|
protected void |
done()
Completion routine initializes the configuration UI on the AWT event
dispatch thread.
|
protected java.util.Properties doInBackground() throws java.lang.Exception
doInBackground
in class javax.swing.SwingWorker<java.util.Properties,java.lang.Object>
java.lang.Exception
- if the operation fails.protected void done()
done
in class javax.swing.SwingWorker<java.util.Properties,java.lang.Object>