Jump to content

How to make Paint and GUI?


Nox

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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