Search:

Type: Posts; User: jakhondi21

Search: Search took 0.10 seconds.

  1. Re: How can I get this code to display in my GUI? Specifically my TextArea?

    My apologies, next time I post code I will definitely use the tags.
  2. Re: How can I get this code to display in my GUI? Specifically my TextArea?

    Right now, when the code runs, a button comes up. When you click the button, it displays the following in console:



    1) 10.62 * 4.0 = 42.48

    2) 14.89 * 8.5 = 126.56

    3) 13.21 * 6.0 = 79.26
  3. How can I get this code to display in my GUI? Specifically my TextArea?

    import java.util.ArrayList;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;



    public class ThreeArrayLists extends JFrame {
Results 1 to 3 of 3