Questions tagged [gui-builder]

Graphical User Interface Builder for various IDEs.

119 questions
3
votes
1 answer

Codename One what happens under the hood

I have to evaluate Codename One, but I couldn't find infos about how the deployment works under the hood and what the end result actually is. Do they cross-compile my Java code to real native code similar to RoboVM, do they use a JVM similar to…
3
votes
0 answers

How to use swingx in Netbeans 7.4

I have downloaded swingx-all-1.6.4.jar from java.net swingx downloads I want to use the components inside this library as components on Palette window of Netbeans 7.4. I mean I want to drag&drop swingx components like other swing companents in…
Fer
  • 1,962
  • 7
  • 29
  • 58
3
votes
3 answers

Netbeans: using GUI Builder on regular Java class file

I'm using Netbeans. When I create a Java class, I sometimes want to change it to be a GUI component so that I can visually edit it using the GUI Builder. What is the necessary step to transform a regular Java class to a GUI component so that…
sivabudh
  • 31,807
  • 63
  • 162
  • 228
3
votes
2 answers

SciLab checkbox UIControl value not changing with state?

I'm trying to design a GUI in SciLab that updates it's properties depending on a checkmark. For example: A checkbox might enable and change the backrounds of several text boxes during a callback; or a pushbutton may require a certain number of…
au42
  • 111
  • 9
2
votes
2 answers

Java & GUI: Builder, Frameworks, Technologies - State of the art?

i'm looking for state of the art gui builder, frameworks and technologies about java gui developing. I'm very interested in white papers, workshops and similar stuff. Im not really familiar with the topic. The newest and maybe the 'hotest' gui…
sebge23
  • 191
  • 1
  • 2
  • 9
2
votes
1 answer

Codenameone new Gui Builder can't add components

I started using the CN1 new Guibuilder for the first time today and can't fathom out how to add components. I have watched and read the tutorials but my system isn't behaving the same. I create a new CN1 project and the 'Form' guibuilder class,…
Think.Smart
  • 523
  • 1
  • 5
  • 13
2
votes
1 answer

GUI builder does not show up

I'm try to make a new app with codename one using the new GUI builder. However, recently the new GUI builder failed to show up, except for the first time I create a new form. I tried to reinstall codenameone plugin, java sdk etc. with no luck.…
R. Wang
  • 353
  • 4
  • 11
2
votes
1 answer

NetBeans inserts main() method in every added frame

When adding new class extending JFrame (or java.awt.Frame) the class is added with main() method inside like this: public static void main(String args[]) { java.awt.EventQueue.invokeLater(new Runnable() { public void run() { …
yellow_cat
  • 23
  • 1
  • 4
2
votes
1 answer

Java GUI builder - importing an image to a directory and a given directory with JFileChooser to a standard directory

This post is a part 2 post of another one enquiry I made just days ago. Then with this code I will put last and through JButton1 I was able to attach a file and make it visible in a window north and east to the application. I am trying now to import…
user2279546
2
votes
2 answers

Quick Dialog like framework for Android?

I'm looking for something like Quick Dialog (http://escoz.com/open-source/quickdialog) which can be used to build and instantiate views for iOS from a JSON file (or some representation). Is there any framework similar to that for Android which i…
Simith
  • 31
  • 5
2
votes
1 answer

Cannot update label on Google Apps Script GUI Builder Interface at runtime

I have an interface that calls a script for spreadsheet creation using data taken from other spreadsheet. I want the interface to update its labels at runtime in order to give visual feedback to the user and let him know the script is running and…
m.piras
  • 345
  • 1
  • 2
  • 19
1
vote
1 answer

Is it possible to show button states in Eclipse Android Gui builder?

I'm designing buttons with selector now. For testing the design I need to run application and Log into the application, navigate to the view and so on ... You know, It is not very comfortable for me. Is it possible to show the button states (for…
kameny
  • 2,372
  • 4
  • 30
  • 40
1
vote
1 answer

Codename One GUI Builder button images are deleted after each build

This is the same problem as I posted Dec 2022: "CodenameOne Cannot Add Image to Button Using GUI Builder". It hasn't been a problem on the two most recent projects I've deployed because I haven't used images (I gave up on getting this fixed). I…
Doug Sisco
  • 121
  • 9
1
vote
1 answer

CodenameOne GUI Builder XML and Open/Save

Overall I have found the GUI Builder to be a useful tool for creating forms. However it is non-intuitive, clunky, overly complicated and extremely slow to launch. I have found that the best way to edit a form is to start with the GUI Builder but…
Doug Sisco
  • 121
  • 9
1
vote
2 answers

CodenameOne Cannot Add Image to Button Using GUI Builder

I am using the CodenameOne GUI builder to add an image to a button. I added the image to the res file and then clicked [Pick Image] in the Property Inspector (see my screenshots). The button image (a plus sign) appears in the GUI. I hit 'save' in…
Doug Sisco
  • 121
  • 9