+ 1
I went to learn java programin
can you help me please
15 Respostas
+ 1
same here
+ 1
yeye i already looked at that
+ 1
then you are at the wrong place
+ 1
yeah i realized:)
+ 1
yeah its nice to fresh up the basics
+ 1
i wish there was a good app for more advanced stuff
+ 1
Jframes and panels are rather similar, there isnt really much to learn about, if you know a bit about gui every swing components is handled more or less the same.
- instantiate it
- set its options (size, close operation, ...)
- add it to the interface
+ 1
you need to resize it too when you resize your window, you could override the according method in your jframes to automatically resize its components too
0
not much new stuff
0
the app is made to teach the basics/get people into coding not to teach advanced stuff
0
you can do the challenges or take a look around the general lessons.
Also seems like you wanna learn something specific, do you have anything particular in mind when u talk about "advanced stuff"?
0
i like the challenges, but i really like to look at other peoples' solutions.
also some tutorials on jframe and jpanels would be interesting (since i have to learn this independently for school)
0
so i implemented it into my program, assigned coordinates to the buttons which should be clicked but i dont understand what i have to do in order for the buttons to get bigger and smaller when i make the window bigger and smaller. the buttons stay fixed in one point due to the coordinates but idk how to change it
0
also do you know how to add a sign change button? i am trying to add more options to a scientific calculator. i have everything but am stuck at the sign change