Jump to content

How to make Paint and GUI?


Recommended Posts

Posted
29 minutes ago, Nox said:

Having trouble finding a good guide on making GUI and Paints. And if I can use a png as my paints or GUI or it is all built-in code?

For the paint, ya you can use images anmd draw test over it and all of that, it basicly uses Graphics2D
https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html

For the Gui I always go for some plain java swing and open it in the onStart method

Posted
9 hours ago, Khaleesi said:

For the paint, ya you can use images anmd draw test over it and all of that, it basicly uses Graphics2D
https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html

For the Gui I always go for some plain java swing and open it in the onStart method

 

5 hours ago, Fruity said:

Regarding a swing GUI, JFormDesigner for IntelliJ is my goto!

 

Thank you both, I will definitely try these out and I only just saw the GUI Designer for IntelliJ after I made this post. I might have dumb questions but with zero coding knowledge I want to make my first script that may be useful for some.<3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...