Jump to content

Mr Asshole

Members
  • Posts

    1383
  • Joined

  • Last visited

  • Feedback

    95.2%

Posts posted by Mr Asshole

  1. the instances of an enum must be all caps with underscores seperating words. Instances of an enum are public static final so that's why the naming convention applys. 

    You should also show user how to use it with a jcombobox in a gui with action listener.

    JComboBox<Spells> spell = new JComboBox<>(Spells.values())
    
    addActionListener(new ActionListener() {
        @Override
        public void actionPerformed(ActionEvent e) {
            final Spells selected = (Spells) getSelectedItem();
            
        }
    });
    
  2.  

    I can make paints. 1m per a paint I make.

    Honestly im not going to buy paints, if you decide to join the project though you would get a cut of the profits based on how much work you do

    It takes about, a day or 2 at this point to write a fully functioning script so depending when i can get a gui designer will be pushing around 3-4 scripts a week that are flawless and more efficient than any other scripts of that kind

     

    Bro are you like a coding prodigy?? 

×
×
  • Create New...