mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-13 07:30:33 +00:00
resizable dialog
This commit is contained in:
parent
0fc5ec8d5c
commit
af62e48103
@ -535,6 +535,7 @@ public class ConfigurationWizard extends JDialog {
|
||||
|
||||
/* Show dialog */
|
||||
JDialog dialog = optionPane.createDialog(parent, title);
|
||||
dialog.setResizable(true);
|
||||
dialog.setVisible(true);
|
||||
return (String) optionPane.getValue();
|
||||
}
|
||||
@ -935,7 +936,7 @@ public class ConfigurationWizard extends JDialog {
|
||||
testOutput.addMessage("Could not find address of referenceVar", MessageList.ERROR);
|
||||
return false;
|
||||
}
|
||||
int relRefAddress = (Integer) addresses.get("referenceVar");
|
||||
int relRefAddress = addresses.get("referenceVar");
|
||||
javaLibrary.setReferenceAddress(relRefAddress);
|
||||
|
||||
testOutput.addMessage("### Creating data and BSS memory sections");
|
||||
|
Loading…
x
Reference in New Issue
Block a user