Search:

Type: Posts; User: Olympaphibian89

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,406

    Re: Help With JComboBox

    wow... thank you so much, haha. its always something simple

    --- Update ---

    wohoo, i can finally begin on the rest of the project where clicking these things actually does something!
  2. Replies
    5
    Views
    1,406

    Re: Help With JComboBox

    package Components;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class JVideos extends JFrame implements ActionListener
    {
    JLabel explainSelector = new...
  3. Replies
    5
    Views
    1,406

    Re: Help With JComboBox

    kinda was cut and pasted >.<
    I had originally had the code outside the method and after seeing examples of others code I moved much of my code inside of the JVideos method. It would build before but...
  4. Replies
    5
    Views
    1,406

    Help With JComboBox

    package Components;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class JVideos extends JPanel implements ActionListener
    {
    JLabel explainSelector = new...
Results 1 to 4 of 4