Search:

Type: Posts; User: philmartinuk

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    2,067

    Re: CAR PARK SIMULATOR

    Vehicle SuperClass

    package ica2;

    import javax.swing.ImageIcon;

    /**
    *
    * @author Philip Martin
    */
  2. Replies
    12
    Views
    2,067

    Re: CAR PARK SIMULATOR

    i've attached my code in the thread.

    i've got a class for each vehicle which has a method (the code shown is in the car class)

    public ImageIcon GetImage(){
    ImageIcon car = new ImageIcon...
  3. Replies
    12
    Views
    2,067

    Re: CAR PARK SIMULATOR

    sorry i won't post anything else, i thought it would be better to attach my project.
    These are my problems:

    1. When some presses OK on the JoptionPane after entering the details for the...
  4. Replies
    12
    Views
    2,067

    Re: CAR PARK SIMULATOR

    2884

    Here's my brief if you find this helpful?
  5. Replies
    12
    Views
    2,067

    Re: CAR PARK SIMULATOR

    sorry, its not that i'm getting errors it because i'm finding it impossible as a beginner at Java to add images to my Jlabels when someone enters details, i may of posted it in the wrong section, can...
  6. Replies
    12
    Views
    2,067

    CAR PARK SIMULATOR

    Hi, im currently struggling with my java coding and as you can see from my work it isn't very good haha. i'm currently trying to add images to my jlabels once someone has entered there details for a...
Results 1 to 6 of 8