Search:

Type: Posts; User: johnFuller001

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    1,079

    Re: Please Help: Random Dice Roll:

    I get an error when I use the printf to output things...it is:


    Exception in thread "main" java.util.UnknownFormatConversionException: Conversion = '
    '
    at java.util.Formatter.checkText(Unknown...
  2. Replies
    4
    Views
    1,079

    Re: Please Help: Random Dice Roll:

    Something like this?


    package diceRollExample;

    public class diceRollExample {

    public static void main(String[] args) {
    int i = 0,d1= 0,d2 =0,d3= 0,d4= 0,d5= 0,d6= 0,maxRoll,currentRoll...
  3. Replies
    1
    Views
    1,127

    Separate method to create Window

    Hello!

    Just wondering where I need to extend JFrame to get this working...


    //imports
    import javax.swing.JFrame;

    //main class
    public class mainClass extends JFrame {
  4. Thread: hello

    by johnFuller001
    Replies
    0
    Views
    802

    hello

    hello everyone

    im in the army right now and i had been in college for 2 years for computer information systems, web development and stuff. i work with computers primarily in my job, maintaining...
Results 1 to 4 of 5