Jump to content

Following a GUI Tutorial (Did all correct I think) Get this


Jueix

Recommended Posts

16 minutes ago, Jueix said:

This code is giving me an error, I'm following explv GUI tutorial but changing it so all the money maker scripts I've written are stored into one script.


private final JComboBox<Money> MoneySelector;

Variable 'MoneySelector' might not have been initialized

Make sure to actually initialize the JComboBox. Try and find the part in explv's tutorial that contains:

= new JComboBox

That being said, if you don't know the difference between variable declaration and initialization, my advice is for you to first learn some Java fundamentals as opposed to creating scripts.

Edited by Eagle Scripts
  • Like 1
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...