#I want the button to be at the bottom, I'm using JButton

26 messages · Page 1 of 1 (latest)

atomic pulsar
#

Here is a screenshot.

random novaBOT
#

Hey, @atomic pulsar!
Please remember to /close this post once your question has been answered!

atomic pulsar
nimble portal
atomic pulsar
#

ty

#

um is there a way to just have a 1080x720 area and i can just say where the elements go and how big?

nimble portal
#

I mean, you can, but then what's the point of using Swing?

atomic pulsar
#

im new to this whats swing

nimble portal
#

you might as well just custom-render everything using a single JPanel

#

Swing is the graphics framework you're using

atomic pulsar
#

i see

nimble portal
#

which provides JButton and layouts and whatnot

atomic pulsar
#

so like

nimble portal
#

idk

atomic pulsar
#

how hard would it be

nimble portal
#

it's your choice; do your own research

#

it depends on what you want to do

atomic pulsar
#

just a few buttons and menus

#

maybe a text box or two

nimble portal
#

then quite difficult to do that yourself

atomic pulsar
#

i see

nimble portal
#

if you want completely custom, CSS-esque styling, you should probably use JavaFX instead of Swing

atomic pulsar
#

alr

#

thanks!