PDA

View Full Version : Dice GUI



Sdcit
11-07-2006, 04:24 AM
Something I made for my final project during Summer camp. We had to create something that demenstrated Polymorphism (sp?), inheritance, and err..... what was that third thing... anyways, me and my partner (I did all the work :P) made a gui that simulates dice rolls. YOu have to javac all of them since I didn't have time to make the .class :P. Pretty basic, uses swing to make the gui and I am still a rookie lol..... java the TestDice

Ruroken
11-09-2006, 03:13 AM
Here is the compiled version of Scdit's proggy. For all you java noobs :P

just hit run.bat and enjoy

Yakman
11-09-2006, 04:43 PM
very nice, i dont acctually care about this game, but ill look at the source :D

ollie
11-17-2006, 09:04 PM
nice

3volution
01-05-2007, 10:46 AM
XD nice

Yakman
01-05-2007, 04:13 PM
iv got a question,
iv archived all the stuff into a jar file, including the pictures
however the app cannot access the pictures dispite them being in the same jar,
does anyone know a way to make it access them?