Most voted "window-builder" questions
Windowbuilder is composed of SWT Designer and Swing Designer and makes it very easy to create Java GUI applications, without spending too much time writing code. Use the WYSIWYG visual layout and design tools to create simple shapes for complex windows; Java code will be generated for you. If the question is not about Windowbuilder, do not use this tag, even if you are using Windowbuilderno your project.
Learn more…16 questions
Sort by count of
-
5
votes1
answer124
viewsUpdate Table in Postgresql
I have the following question in Java: how can I pass to SQL that it should capture the "date and time" of the computer and update the User Table in Postgresql? Follows code: public class…
-
3
votes1
answer1298
viewsIs there a way to create a repository on Github with an already developed project?
My problem is that I have a project on Github and this project is being developed by me and two others. But suddenly, I really don’t know what happened, my project that was all organized, stopped…
-
3
votes1
answer49
viewsJava - SQL Error Updating All Users
Good morning, I’m having the following problem my updateOur SQL is updating all how I do so that it just updates the User who accessed? public class Acessar { public static Connection con =…
-
2
votes1
answer97
viewsIs it possible to open windows generated from netbeans in Window Builder?
I migrated some projects in swing netbeans with windows generated by GUI-Builder for Eclipse, but Window Builder cannot generate screen design by reading files .java created by netbeans. It is…
-
2
votes1
answer78
viewsJava - How to validate user group in SQL and Save result?
Good morning, I have the following code in Java Desktop. I wanted to know how I can capture this user’s group and save it into a variable. Since when it returns the value and stores in the variable…
-
1
votes1
answer167
viewsOrganization of codes generated by Windowbuilder
I’m using Windowbuilder to draw the graphical interface, but there’s one thing that’s kind of boring about it, and that’s this. When I create a Jlabel for example, it declares the Jlabel inside the…
-
1
votes1
answer80
viewsIs it possible to integrate a windows Builder into Xamarin for Mac?
I’m currently using a Mac, but would like to continue using C# and create new GUIs, since I didn’t create much. So I looked for a solution to use C# for the Mac, and found the Mono framework, which…
-
1
votes3
answers6122
viewsWhere can I find the Windowbuilder package for download/installation in the Eclipse IDE?
I need to create applications with a Java graphical interface. I use Eclipse Mars as an IDE for programming in Java, I noticed that it does not have in its standard installation the Windowbuilder…
-
1
votes1
answer136
viewsConvert Java + Windowbuilder project to Android or Web
Good afternoon, Would it be possible to convert my Java + Windowbuilder project to Android devices or to the web? I saw that it is possible to convert Java to Maven plus another doubt is... What…
-
1
votes1
answer910
viewsJava - How to Capture Data from Jformattedtextfield and Validate
Good night, I have the following problem. I don’t know how to validate if the Jformatted Textfield field has something written or not, so much so that the formatting ##. ###. ###-## is not…
-
1
votes1
answer50
viewsJava - Class does not display requested information
Good morning, I need to fix a problem when I ask in "dao. Access" the get of the model class.User returns vázio = null. When it is called: doLogin(model.Access access) you see the information by…
-
0
votes0
answers149
viewsHow to disable component in Jframe
I have two Jframes the first has the name "System" and another "Access" when completing the authentication in "Access" wanted the component called "mnUsuario" which is described below was disabled…
-
0
votes1
answer221
viewsJava - Main Class Execution Error
Good afternoon, After using Eclipse Luna and returning to Eclipse Mars simply business broke up until I deleted the Eclipse files to see if it solved and import again the java project but keeps…
-
0
votes1
answer44
viewsJava - Sliding Menu
Good morning, How do I make my menu manageable? I’ve been reigning a little bit more than I know how to do in jFrame. Could someone guide me? Thank you very much!…
-
0
votes1
answer31
viewsInstance error for class
Good afternoon, I’ve looked at it many times and I don’t understand why it’s wrong. I need to instantiate the "created variable" that is in Jframe for the User class. But it keeps saying that on the…
-
-1
votes1
answer104
viewsAdd scroll in window
I created a window that was Width 360 x Height 800. Only 800 height can not be seen on the monitor. How do I add a scroll in the window?