1 |
package appl.ext; |
package appl.ext; |
2 |
|
|
3 |
import java.util.ResourceBundle; |
import static edu.bonn.xulu.appl.XuluConstants.XULUGUI_RES; |
|
|
|
4 |
import appl.util.XuluFrameAdapter; |
import appl.util.XuluFrameAdapter; |
|
import edu.bonn.xulu.XuluModellingPlatform; |
|
5 |
import edu.bonn.xulu.gui.XuluInternalFrame; |
import edu.bonn.xulu.gui.XuluInternalFrame; |
6 |
import edu.bonn.xulu.plugin.appl.AbstractMenuPlugin; |
import edu.bonn.xulu.plugin.appl.AbstractMenuPlugin; |
|
import static edu.bonn.xulu.appl.XuluConstants.XULUGUI_RES; |
|
7 |
/** |
/** |
8 |
* The configuration plug-in. |
* The configuration plug-in. |
9 |
* |
* |