Questions tagged [gui-builder]

Graphical User Interface Builder for various IDEs.

119 questions
0
votes
1 answer

Adding components to JFrame in Netbeans Swing GUI Builder

I am trying to create my application using Netbeans GUI Builder, but I have a situation here. When I drag and drop a component(Jlabel or any other used defined component) to JPanel from Palette window of GUI Builder, the Java code is automatically…
0
votes
1 answer

Generating code when using Netbeans Swing GUI builder

Is there a way to get rid of the designer after creating a Swing GUI using the Netbeans GUI builder, without having to copy the source code into a new class?
user1128272
0
votes
1 answer

Google App Script GUI Builder - get project code?

I've done some searching and i cannot believe that NO ONE has asked this same question, so maybe i'm just not using the right words, but HOW does one get the code from the 'component' (or simply.. the gui) that they just created using the Google App…
0
votes
2 answers

UIButton class fails to recognize selector after adding as a subview to a UIView

I have a UIViewController class in which im trying to allocate a UIButton Class. Here is a sample code. MyViewController.m - (void)viewDidLoad { CGRect frame = CGRectMake(companybuttonxOffset, companybuttonyOffset, buttonWidth,…
0
votes
1 answer

the distance tends to be one, but I want the distance to tend to be another

When I'm positioning textareas on the screen (with the gui-builder of netbeans), the distance between the first and the second tends to be one (18 pixels), the distance between the second and the third tends to be one too (18 pixels too), but I want…
Delirium tremens
  • 4,623
  • 9
  • 46
  • 59
0
votes
1 answer

GUI apps script, returning "undefined " value

i've created simple GUI with a flow panel name and ID main panel, a label name Label1 a textbox name myTextBox and a button with ID getETA. my aim is if i enter a value in text box and click submit den the value should write in spreadsheet. my…
suraj
  • 3
  • 3
0
votes
1 answer

How can I create a drag-and-drop component GUI builder using Swing?

I want to develop a program that creates Swing applications and whose Java source code is created side by side (e.g. drag a button and drop it onto frame whose source is to be created). How much time it will take? Should I use JInternalFrame or…
tabish
  • 91
  • 1
  • 2
  • 10
0
votes
1 answer

Change JPanels within JFrame using NetBeans GUIBuilder

I'm making a GUI project in NetBeans. I have a JFrame and 3 JPanels. Only one of the JPanels should be displayed at a time. The JPanel that is displayed should be changed using a menu option (the listeners work). My question is, how do I switch them…
LastStar007
  • 725
  • 1
  • 8
  • 21
0
votes
1 answer

Lwuit 1.5 GUI Builder generate cod files

Can anyone tell me how to sign and get the cod files using lwuit1.5 resource editor after you finish a Blackberry project using GUI BUILDER. Note: I am using only the Lwuit1.5 not the CodenameOne .
Varun
  • 1
  • 1
0
votes
1 answer

How to Sign my Blackberry App using LWUIT 1.5 GUIBuilder

Please can anyone tell me the procedure on how to sign my app for blackberry and get the cod files after i finish a App using blackberry theme in lwuit 1.5 guibuilder . Thanks
Varun
  • 1
  • 1
-1
votes
2 answers

How to get Netbeans GUI Builder to not auto-generate fully qualified class names for components

how can i use shorter code like eclipse in netbeans while using GUI Builder? for example Jbutton btnCalculate = new javax.swing.JButton(); is generated automatically but i want shorter code like in eclipse Jbutton btnCalculate = new…
dip
  • 3,548
  • 3
  • 24
  • 36
-2
votes
1 answer

jtextfield retains value in jdialog after closing jdialog

I'm new to Java and Swing. I created a jframe and I added a menubar and MenuItem in it. On clicking a menu item, a jdialog should open. Now the jdialog has a jtextfield in it and a jlabel. Now the problem for me is 'when dialog is opened for first…
pratik
  • 3
  • 3
-2
votes
1 answer

Gui Builder's source code doesnt make gui

I design a JPanel using Netbeans Builder.I copied the source code and use it in this class.I also add a main method with a constructor.Run the file , builds succesfully but Java VM doest open any gui. Here s the whole code. import…
-2
votes
1 answer

Gui Builder Api

I'm looking for an API that allows to create Swing Guis (for example "WindowBuilder pro" or the NetBeans Gui Builder). Can you help me?
espirio
  • 189
  • 14
1 2 3 4 5 6 7
8