Search:

Type: Posts; User: Leetment

Search: Search took 0.18 seconds.

  1. Re: Leetment's schoolproject - Need ideas and help!

    I am getting the hang of how it works now I think.

    A class is the blueprint for an object, while the object is just an entry in the arraylist?

    public class ProjektUtgifter {
    String...
  2. Re: Leetment's schoolproject - Need ideas and help!

    I downloaded an E-book to help me with objects but I think it make more sense now still got some questions about it.



    class Movie {
    String title;
    String genre;
    int rating;
    void playIt() {...
  3. Re: Leetment's schoolproject - Need ideas and help!

    For some odd reason we don't use textbooks but I've downloaded two different to look closer on the matter. So I basically need an object for write information to the file and then another object to...
  4. Re: Leetment's schoolproject - Need ideas and help!

    What do you mean? I googled object but I do not understand really what it is?
  5. Re: Leetment's schoolproject - Need ideas and help!

    Thank you aussiemcgr!

    I've managed to write the method that load, create and tomorrow I will write the write to/save save method.


    A friend of mine said that I will need two arrays to get the...
  6. Re: Leetment's schoolproject - Need ideas and help!

    I try to be as clear as I am.


    I want the user to put in how much money he spent on what and that will be saved in a textfile so I cant sort or search in it later. Does this make more sense?
  7. Re: Leetment's schoolproject - Need ideas and help!

    I'm on it! I've created the methods how to load/save files already and now need to figure out how to make a JOptionPane popup with a dropwdown menu and input window, does that make sense? I think I...
  8. Leetment's schoolproject - Need ideas and help!

    Bear with me, my English is not that good because it's not my native tongue.

    I started this thread to get some ideas, critique and such for a Java school project I am working on that should be...
Results 1 to 8 of 8