Questions tagged [gui-builder]

Graphical User Interface Builder for various IDEs.

119 questions
1
vote
1 answer

CodenameOne GUI Builder Button Image Problem

The CodenameOne GUI Builder seems to have a mind of its own.. I created a simple form with a button that has a green image when it is enabled and red when disabled. In my code I use another button to call an event function that enables and disables…
Doug Sisco
  • 121
  • 9
1
vote
1 answer

Why does the GUI builder do not show the component after I add it?

I try to use the Maven project throw downloading the tamplate from web side. I have already use below command to create the gui files and had succeed. mvn cn1:create-gui-form -DclassName=com.example.myapp.MyGUI Then, I use below command to show…
Yao Chang
  • 31
  • 4
1
vote
1 answer

Compiling and Running a netbeans GUI Application in Unix commandline

I need to make a GUI Application for my class , so I want to make sure I can transfer a netbeans project using the GUI Builder (I know how to make it without it, but that's more time consuming and I think it would look neater without me guessing…
1
vote
1 answer

Enabling users to create custom forms in RCP

I have an Eclipse RCP project, and I need to enable users to create custom views for our information. I see basically two options. Embed VEP or some other visual GUI builder. It would need to be: easy enough to use; have some hooks to compile…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
1
vote
1 answer

NetBeans IDE deadlock

I've already gone to the NetBeans bug reporting community, before anyone points me there. They have no solution. In every NetBeans IDE I use (I have 4 versions (6.9, 6.9.1, 7.0, and the latest experimental build) on multiple computers), they…
Ky -
  • 30,724
  • 51
  • 192
  • 308
1
vote
0 answers

How use Material framework in XCode's IB?

I'm Trying include Material framework (https://github.com/material-components/material-components-ios/) components in my project using XCode UIBuilder, but every element has some type of issue when I run the application. On the left side is what I…
zzheads
  • 1,368
  • 5
  • 28
  • 57
1
vote
1 answer

Codename One gui builder 4.32

Where is the multi selection button in Gui Builder 4.32? In previous version tutorials it appears, but not the encounter in this version. What am I not seeing?
1
vote
2 answers

Empty constructor in parametrized class

I have a class InteractiveChart that wraps a Chart (interface) and adds interactivity to it by mapping user interactions to setter calls on Chart. 1) Because different subclasses of Chart can have different 'extra' capabilities I want to have a…
Mark Jeronimus
  • 9,278
  • 3
  • 37
  • 50
1
vote
1 answer

Codename one gui builder does not work

I am trying to use code name one new GUI designer tool. Version - Codename one GUI builder 3.7.3 Eclipse - Used Oxygen and Mars both. Java - tried 7 and 8 both. My problem is i cannot add any containers or any component to the design area. Once i…
Sam123
  • 13
  • 3
1
vote
2 answers

Properties disabled in scene builder

This is where I can't change allignment and other properties and I don't know why: Properties Please help.
1
vote
1 answer

Picker & GUI Builder, how to set the type

Since the type property for picker objects are not exposed in the GUI Builder, what's the proper way to set the type via code for a picker object placed using the GUI Builder? I've tried doing so in various form event methods (primarily initVars,…
Jay
  • 55
  • 6
1
vote
1 answer

New GUI builder from CodeNameOne introduces exception?

I am testing new GUI builder and just by clicking new stuff to the GUI, I can't get thru a runtime exception: Compiling 1 source file to /home/peter/Projekty/NetBeans/CN1_TestNewBuilder/TestNewBuilder/build/tmp Compiling 1 source file to …
Sold Out
  • 1,321
  • 14
  • 34
1
vote
0 answers

Netbeans Swing GUI Builder persistently using features of wrong Java version (like diamond operator)

In the project properties, I have set "Source/Binary format" to JDK 5. (Erraneously, I had 6 before, but we need to use 5 in my project.) However, when designing a UI panel, the created code each time again contains features that need a higher Java…
Philippp
  • 847
  • 1
  • 8
  • 17
1
vote
2 answers

Put label on a label in netbeans GUI builder

Trying desperately to put a label over another label in netbeans because the one label is acting as the background image and I want the label in the foreground to have a different image. Every time i drag another label on top, the JFrame gets bigger…
SuperHanz98
  • 2,090
  • 2
  • 16
  • 33
1
vote
1 answer

How to minimize gap between Tab icon and Tab text in Codename one?

I am writing an App with Codename One, but I cannot find out how to make the gap between a tab icon and a tab text smaller. It looks like this: but it should look like this: (With the icons of the first picture though) How can I minimize the gap…
Dominik Reinert
  • 1,075
  • 3
  • 12
  • 26