#I want the button to be at the bottom, I'm using JButton
26 messages · Page 1 of 1 (latest)
Hey, @atomic pulsar!
Please remember to /close this post once your question has been answered!
https://docs.oracle.com/javase/tutorial/uiswing/layout/visual.html This will help you
This Swing Java Tutorial describes developing graphical user interfaces (GUIs) for applications and applets using Swing components
ty
um is there a way to just have a 1080x720 area and i can just say where the elements go and how big?
I mean, you can, but then what's the point of using Swing?
im new to this whats swing
you might as well just custom-render everything using a single JPanel
Swing is the graphics framework you're using
i see
which provides JButton and layouts and whatnot
so like
should i do this
idk
how hard would it be
then quite difficult to do that yourself
i see
if you want completely custom, CSS-esque styling, you should probably use JavaFX instead of Swing