Search:

Type: Posts; User: kprofgold

Search: Search took 0.38 seconds.

  1. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    Sorry, like I said I am really confused and dont know how to code it. Ive had one 3 hour class on this and no programming exp before this. This is all the code I have. From my reading material I...
  2. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    Oh sorry there is a } to end it but it was lower in the code and I didnt copy it
  3. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    Thats what Im trying to figure out. I can get results just by running the code in netbeans but in the GUI I cant get it. I have created the GUI jLabel and textfield but cannot figure out how to get...
  4. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    honestly Im not sure...Im really confused and just copied everything from my netbeans and pasted it.
  5. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    public class ChangeRequest4 extends javax.swing.JFrame {


    public ChangeRequest4() {
    initComponents();

    }
    private void calculateActionPerformed(java.awt.event.ActionEvent evt) {

    }
  6. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    public class ChangeRequest4 extends javax.swing.JFrame {


    public ChangeRequest4() {
    initComponents();

    }
    private void calculateActionPerformed(java.awt.event.ActionEven t evt) {

    }
  7. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    Re: GUI's

    /**
    *
    * @author
    */
    public class ChangeRequest4 extends javax.swing.JFrame {

    /**
    * Creates new form ChangeRequest4
    */
    public ChangeRequest4() {
  8. Thread: GUI's

    by kprofgold
    Replies
    13
    Views
    1,511

    GUI's

    Hi I am hoping to get some help here because I am completely lost. I am using netbeans and have to come up with this: Write the program in Java (with a graphical user interface) and have it calculate...
Results 1 to 8 of 8