can u properly indent your code.Its quite confusing.
DeadSoul
Junior Poster in Training
56 posts since Dec 2009
Reputation Points: 8
Solved Threads: 6
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at TheatreRevenue$CalcButtonListener.actionPerformed(TheatreRevenue.java:99)
At that line and file: TheatreRevenue.java:99 you are using something which is null. Go to tha line and see what is null and make sure it is initialized.
Also the code tags you are using should end with [/code]
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
Hi,
I am currently about to start a project in designing a JAVA GUI; Cinema booking system.
Please does anyone have an example code I can have a look at in order to see what structures to cover and how to build my own code?
Please do not revive old/solved threads. rather go and start a new thread for your question, you will also get a lot more help.
DavidKroukamp
Practically a Master Poster
693 posts since Dec 2011
Reputation Points: 282
Solved Threads: 169