I'm using Eclipse on Windows 64bit and install Codename One plugin through marketplace. Everything was ok until I create a Form and use GUI builder to add components to it. When I close the component, the following error happen. It's kinda weird as I cannot find any information about this error on StackOverFlow or any other source. The screenshot as well as the gui interface are attached in this post. Below is the error log.
jar:
[echo] Compile is forcing compliance to the supported API's/features for maximum device compatibility. This allows smaller
[echo] code size and wider device support
[copy] Copying 1 file to E:\dev\Duy Anh CV\build\tmp
[javac] E:\dev\Duy Anh CV\build.xml:105: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 3 source files to E:\dev\Duy Anh CV\build\tmp
[javac] E:\dev\Duy Anh CV\src\com\aquasquare\mobile\GuiForm.java:21: error: cannot find symbol
[javac] setInlineStylesTheme(resourceObjectInstance);
[javac] ^
[javac] symbol: method setInlineStylesTheme(Resources)
[javac] location: class GuiForm
[javac] E:\dev\Duy Anh CV\src\com\aquasquare\mobile\GuiForm.java:22: error: cannot find symbol
[javac] setInlineStylesTheme(resourceObjectInstance);
[javac] ^
[javac] symbol: method setInlineStylesTheme(Resources)
[javac] location: class GuiForm
[javac] E:\dev\Duy Anh CV\src\com\aquasquare\mobile\GuiForm.java:28: error: cannot find symbol
[javac] gui_Label.setInlineStylesTheme(resourceObjectInstance);
[javac] ^
[javac] symbol: method setInlineStylesTheme(Resources)
[javac] location: variable gui_Label of type Label
[javac] E:\dev\Duy Anh CV\src\com\aquasquare\mobile\GuiForm.java:30: error: cannot find symbol
[javac] ((com.codename1.ui.layouts.LayeredLayout)gui_Label.getParent().getLayout()).setInsets(gui_Label, "26.996199% 46.22905% auto auto").setReferenceComponents(gui_Label, "-1 -1 -1 -1").setReferencePositions(gui_Label, "0.0 0.0 0.0 0.0");
[javac] ^
[javac] symbol: method setInsets(Label,String)
[javac] location: class LayeredLayout
[javac] E:\dev\Duy Anh CV\src\com\aquasquare\mobile\GuiForm.java:32: error: cannot find symbol
[javac] gui_Span_Label.setInlineStylesTheme(resourceObjectInstance);
[javac] ^
[javac] symbol: method setInlineStylesTheme(Resources)
[javac] location: variable gui_Span_Label of type SpanLabel
[javac] E:\dev\Duy Anh CV\src\com\aquasquare\mobile\GuiForm.java:34: error: cannot find symbol
[javac] ((com.codename1.ui.layouts.LayeredLayout)gui_Span_Label.getParent().getLayout()).setInsets(gui_Span_Label, "29.277567% 23.324022% auto auto").setReferenceComponents(gui_Span_Label, "-1 -1 -1 -1").setReferencePositions(gui_Span_Label, "0.0 0.0 0.0 0.0");
[javac] ^
[javac] symbol: method setInsets(SpanLabel,String)
[javac] location: class LayeredLayout
[javac] 6 errors