Questions tagged as 'gui'

1
answer

How to create a window without using the GUI builder?

I'm starting to study C # and just like in Java, IDEs provide features that make it possible to build GUIs easily by dragging components. The netbeans has a powerful build tool where you can drag Swing components for JFrame , JDialog...
asked by 21.12.2014 / 02:29
1
answer

Changing size of JOptionPane.showInputMessage

I tried several methods like setPrefferedSize, setSize with / without pack () but nothing seems to affect JoptionPane code: selectProcess = new JOptionPane(); selectProcess.showInputDialog(null,"Please select game process","Sele...
asked by 30.08.2014 / 16:34
2
answers

JOptionPane, example?

Well, JOptionPane needs all these add-ons: JOptionPane.showOptionDialog(parentComponent, message, title, optionType, messageType, icon, options, initialValue); Could you give an example of all of these complements filled out...
asked by 18.08.2014 / 19:24
2
answers

How important is it to use a friendly URL?

For example: meusite.com.br/posts/isto-e-um-slug-de-um-post instead of meusite.com.br/posts/295837 In the first case, the URL is much more user friendly, but there is a cost of time to develop and maintain something like this. In t...
asked by 20.06.2014 / 13:07
1
answer

How to extend Widgets length within a QScrollArea?

I'm looking to build a question form in Qt. As there are several questions to be answered, it is necessary to allow the scrolling of the form, so I used a QScrollArea . The questions are all answered in a Likert scale, so I adjusted the...
asked by 22.08.2016 / 21:13
2
answers

How to display a .txt file in a JtextArea automatically

I'm tired of searching and can not find how to display a .txt file in a JTextArea automatically. I made a program that opens a window and then wanted it to display the contents of that file without having to load it into a button.     
asked by 07.11.2014 / 23:10
1
answer

Page layout controlled by javascript using REST for dynamic content

I was thinking of a different pattern for developing my application via browser. As this is an ERP, I need a quick interface that does not need to download the HTML from the server at all times to print the user's screen layout. The solution wou...
asked by 08.07.2014 / 18:44
1
answer

Java interface layout

I'm developing a program for a friend and I'm using the Java language for this. I'm using the Netbeans IDE which has the feature of building the user interface (UI) by drag n 'drop, using Swing. I have a lot of trouble building UI, I'm pretty...
asked by 14.10.2014 / 21:36
1
answer

What are the API's for creating GUI in Java?

Is there any other tool besides Swing, AWT and JavaFX to create desktop graphical interface for Java applications?     
asked by 02.03.2015 / 17:49
1
answer

QT - Identify coordinates of an image in a different sized QLabel?

Hello, I recently had a question about how to trace coordinates of a QLabel using the mouse cursor. It worked well for what I thought of doing. What I want to do is the following, I have an image that I project on the screen through a QLabel, I...
asked by 07.08.2016 / 03:19