• Interface for car
     
    • Create using Swing component library a program, in which user can choose a picture of car to be shown.
      Choice can be made by clicking JRadioButton.
    • From this directory/folder you will find an example of solution and pictures of cars.
    • To test the program all pictures and nappi.jar must be in same directory / folder. You can execute the program in Linux/Unix by giving following command:
       
  • java -classpath nappi.jar:. NappiApplication
     
  • Back