Questions tagged as 'jframe'

1
answer

Problem with GUI on NetBeans

I'm here to see if you can enlighten me with this Java and the GUI I'm just learning. I'm trying to make a simple 3-section GUI (header, content and footer). Generate the following code (note, it is not the complete program and I know ther...
asked by 21.11.2018 / 15:11
0
answers

I see many errors in my program, these are doing a novel in Java, I am learning on my own to use the JFrame and the Jbutton

This is my code //Aqui se encuentran los imports de los comandos de texto y del audio ademas del Jframe para la aplicacion// import java.io.File; import java.util.Scanner; import javax.sound.sampled.AudioSystem; import javax.soun...
asked by 25.11.2018 / 07:56
0
answers

How do I send information to JFrame created in Netbeans?

I just created a simple JFrame window using the Netbeans graphic editor. In another file (mazesolver.java), I have a program where the computer solves a labyrinth (read a matrix). The idea would be, that instead of seeing the progress in the con...
asked by 03.11.2018 / 20:28
0
answers

How to upload photos from one frame to another?

Good I'm doing a project for the U! about a film portfolio and I have two classes of one admin and another of portfolio! in the admin class I already have ready in a JFrame to upload photos from the computer but now I can be able to come out in...
asked by 29.10.2018 / 05:15
0
answers

How to make a calculator with eclipse 1.8

I'm trying to make a calculator using eclipse. The calculator that I want to create is just to calculate the results of the pivot points, all this I want to appear in a JFrame window. How to calculate the pivot levels of the gold market? Exam...
asked by 17.10.2018 / 19:07
0
answers

JFreechart library use

I am working on a software for the location of electrical structures and I want to make a graph similar to the following one. I have been reviewing the JFreechart library but I can not find a way to reach something similar. I am also op...
asked by 13.09.2018 / 19:36
0
answers

Pass an object between classes

I am learning graphical interface in java with JFrame and I want to pass an object of a frame which creates a series to the main frame where I can see different objects. I thought about using a getter so that the return is of the Series typ...
asked by 12.09.2018 / 09:38
0
answers

Time limit to re-select a data

Hello everyone I am developing a desktop project in netbeans , but I want to add a restriction when selecting a data, that is: I have a frame where I show the employee data and also a botón that opens another frame whe...
asked by 05.07.2018 / 10:41
1
answer

help (jdialog - jframe)

When calling a jdialog there is no problem: //llama a consultar Perfume JMenuItem mntmConsultarPerfumes = new JMenuItem("Consultar Perfumes"); mntmConsultarPerfumes.addActionListener(new ActionListener() { public void actionPerforme...
asked by 04.07.2018 / 00:29
0
answers

space between the elements when maximizing with JFXMasonryPane

Someone knows how to re-create the space between the elements that is created by maximizing the window using the JFoenix library and its control JFXMasonryPane when opening this normal but when maximizing the window larger spaces are creat...
asked by 09.07.2018 / 20:28