Monday, March 3, 2014

An ATM Simulation using Java Swing

      If you  have studied computer programming, you are most likely to have learned Object Oriented Programming in Java. Java is very sweet especially for beginner programmers who want to see what they are doing by using GUI. Swing is one among the most powerful and simple  tools of GUI in Java. Although i have been too busy this semester, I had to spare some minutes to assist a friend of mine with her OOP assignment.
    One of the most useful books in Introduction to Java programming is "Java How To Program" by the Deitels. In this book, a software engineering case study of an ATM simulation is implemented. Now my friends OOP Lectuer twisted the same project and asked them to use Swing to implement an ATM simulation.
   If you are in some Kenyan University and happen to learn Java Programming under Mr Sam, be ready to implement the same simulation for your assignment.

So here is a screen shot of what am doing ....

No comments:

Post a Comment