Search:

Type: Posts; User: falkowa42

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,940

    Re: JButtons making a Phone Calculator

    Thank you for the quick reply, this is what I have so far..


    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;


    public class...
  2. Replies
    3
    Views
    1,940

    JButtons making a Phone Calculator

    Right now I am working on the logic/theory of how to get this program to work. I can upload the code if it helps. I have to make a phone calculator using JButtons, when the user clicks on a button...
  3. Replies
    2
    Views
    3,669

    Re: Chess Board GUI full of buttons

    Alright I got the array working with creating the buttons, and should be able to figure out the actionListener with the buttons. I was just wondering how to add the background color to the buttons?...
  4. Replies
    2
    Views
    3,669

    Chess Board GUI full of buttons

    I have to make a program that inputs the user's count of columns and rows to use in the chess board. When the board is created it has to be full of buttons fitting the amount of columns and rows...
Results 1 to 4 of 4