Jump to content

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


Recommended Posts

Posted (edited)
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

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...