Search:

Type: Posts; User: Staticity

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    2,120

    Re: GUI: JButtons aren't visible until clicked

    Alright, I'm going to do that now. Can you explain why you can't both layout components and paint components on a JFrame?
  2. Replies
    5
    Views
    2,120

    Re: GUI: JButtons aren't visible until clicked

    The functions class draws the parent functions onto the graph.. It can be removed for this example, but it still shows up with the quadratic and cubic buttons hidden.



    It takes away the graph...
  3. Replies
    5
    Views
    2,120

    GUI: JButtons aren't visible until clicked

    I am making a simple GUI that will graph one of three parent functions (linear, quadratic, cubic) onto a graph based on the user's selection.

    Looking at my code, I don't really have an issue with...
Results 1 to 3 of 3