Search:

Type: Posts; User: rostaryms

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    754

    Making a sudoku game, seeking help

    I'm building a sudoku game. Eventually I want the numbers to randomize in the beginning of each game. For now I simply want a preset board. This is the code I have been playing with to make the gui:...
  2. Replies
    4
    Views
    1,037

    Re: Why will this gui window not close

    Thank you John Joe :o
  3. Replies
    4
    Views
    1,037

    Why will this gui window not close

    package newestlatestgui;

    import java.awt.*;
    import java.awt.event.*;



    public class NewestLatestGui extends Frame implements WindowListener {
    public GUIFrame(String title) {
    ...
Results 1 to 3 of 3