Search:

Type: Posts; User: venkatessan

Search: Search took 0.07 seconds.

  1. this is part of the coding for a game and its not working so please help.it may seem long but it isnt, most of it is the same cause i have to create many buttons with the same function.

    the problem is inside the for loop and a variable called counter is supposed to turn back to 1 but doesnt so please check it out.



    [code=java]
    import javax.swing.*;
    import java.awt.*;
    import...
  2. this is part of the coding for a game and its not working so please help.

    the problem is that the counter is not changing back to 1 so please check into it.


    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Game2 extends JFrame

    {
    ...
Results 1 to 2 of 2