CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wojo007

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,348

    the craps game why isnt it working?

    why isnt my program working?

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class Craps3 extends JFrame implements ActionListener
    {
    final int WON = 0,LOST =1,...
  2. Replies
    0
    Views
    1,834

    java blackjack program

    can somebody help me out, i need to know what topics are included in the program +methods etc..
    import java.awt.Graphics;
    import java.awt.Image;
    import java.util.Random;
    import java.awt.*;...
  3. Thread: need help

    by wojo007
    Replies
    2
    Views
    1,515

    need help

    Create a class called Product. The class should have private fields for:
    1. The product name
    2. The product price
    The class should have the following methods:
    1. a toString method that displays...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured