Questions tagged as 'jframe'

1
answer

Question Game Find Java Objects

I'm doing a hidden object game in java, where I have an interface with enough label (30 or more) that have an image, and the interface also has 5 buttons which have the names of 5 images of the interface, and with those names look for the image...
asked by 16.07.2017 / 04:21
1
answer

modify the name of the columns of a jtable from code

I have this table in a frame I have another jframe where when clicking a button the jframe where I have this table changes the names of the columns of the table, this is the code of the table public void desicionmetodos(int a){ switc...
asked by 16.05.2017 / 20:09
1
answer

How do I show a table of multiply in java with JPanel and JFrame form?

I want that when I press a button I display a multiplication table but it does not throw me errors and I do not know if it is doing well. import java.awt.Graphics; import java.awt.event.ContainerListener; import java.util.Scanner; import javax...
asked by 02.04.2017 / 04:20
1
answer

How to use google translate api or similar for free?

I'm trying to do an exercise for class. It is a translator with JFrame windows. The fact is that I try to use the Google Translate API and it seems to be paid. The error that shows me is the following:    [google-api-translate-java] Error ret...
asked by 21.03.2017 / 18:47
0
answers

Because my jframe calendar does not work

I just did a very easy and simple job: place a calendar in a Jframe. When executing it in netbeans my form jframe shows the perfect calendar and does not show any error. But when I turned it into executable that is to say to have it portable on...
asked by 01.01.2019 / 22:02
1
answer

JMenuItem does not work correctly in JFrame

I have a window created with a JMenuBar placed at the top. Until then I had 2 JMenuItems that worked as a button and opened another frame. Until then everything works correctly. Today, I have the need to put another item to that menu, and follow...
asked by 20.12.2018 / 12:39
0
answers

How to put a calendar in a Jframe?

In the design part I look for in the palette that offers all the tools to include them in the JF I can not find any calendar.     
asked by 15.12.2018 / 01:02
0
answers

doubt with reading data in the jafra jframe

They could help me with a situation. I have formulated this code to make an alphabet starting from a letter that is written in the jframe. The code is: String inicio; char[] alfabeto = new char[26]; char reset1 = 'a'; public Strin...
asked by 02.12.2018 / 10:59
0
answers

When I give the 3 buttons, I return something Jframe Java-Swing

Very good I am making a game for when I select the 3 vegetables I return you know what you are talking about, then the problem I have is how I do so that when I give the Button of Vegetable 1, Vegetable 2 and Vegetable 3 it returns me in Result...
asked by 26.11.2018 / 17:43
0
answers

How to make a label of one frame pass to another label but of a different frame?

My doubt is that they ask that when looking at information in the database in the first label it will capture certain information and also in some textfield it will capture certain information but when clicking the textfield it will open another...
asked by 21.11.2018 / 05:06