If you are experiencing an issue please mention the full platform your issue applies to:
IDE: IDEA
linux
Simulator
HP laptop
public class MyForm5 extends com.codename1.ui.Form {
public MyForm5() {
this(com.codename1.ui.util.Resources.getGlobalResources());
}
public MyForm5(com.codename1.ui.util.Resources resourceObjectInstance) {
initGuiBuilderComponents(resourceObjectInstance);
}
resourceObjectInstance
private void initGuiBuilderComponents(com.codename1.ui.util.Resources resourceObjectInstance)
private void initGuiBuilderComponents(com.codename1.ui.util.Resources resourceObjectInstance) {
setLayout(new com.codename1.ui.layouts.LayeredLayout());
setInlineStylesTheme(resourceObjectInstance);
setScrollableY(false);
setInlineStylesTheme(resourceObjectInstance);
setTitle("MyForm5");
setName("MyForm5");
addComponent(gui_Label);
addComponent(gui_Radio_Button);
addComponent(gui_Button_1);
gui_Label.setText("my hello world");
gui_Label.setUIID("Label5");
gui_Label.setInlineStylesTheme(resourceObjectInstance);
gui_Label.setInlineAllStyles("font:6.0mm;");
gui_Label.setName("Label");
resourceObjectInstance
If you are experiencing an issue please mention the full platform your issue applies to:
IDE:IDEA
linux
Simulator
Device
this(com.codename1.ui.util.Resources.getGlobalResources());