Computer Science Canada Dialogue Box |
Author: | jamonathin [ Sun Sep 16, 2007 4:31 pm ] | ||
Post subject: | Dialogue Box | ||
Hey all, I need to make a dialogue box of some sort. The best way i can put it is i need to do something like this:
Some of that syntax might be wrong, but thats basically what i need to accomplish, and i have no idea how to do that. My prof is keen on using "javax.swing.JOptionPane;" so i hope theres some sort of box thing for that. and p.s. does the predef 'maxint' (or variation) exist in java? |
Author: | Euphoracle [ Sun Sep 16, 2007 7:12 pm ] | ||||
Post subject: | RE:Dialogue Box | ||||
Essentially:
But instead of printf, use
|