Search:

Type: Posts; User: remedys

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    1,459

    [SOLVED] Re: Error for JCombobox Editable

    I cant find the exact error message its called in my book. Does anyone know how to use a catch error in a Editable JComboBox as in someone typed a string that isnt part of the ones specified.
    If...
  2. Replies
    3
    Views
    1,459

    [SOLVED] Re: Error for JCombobox Editable

    Thank you . The code works already. I know and it would be simpler to do the way you described. However I'm wondering how I would be able to display a message when they type a movie or anything...
  3. Replies
    3
    Views
    1,459

    [SOLVED] Error for JCombobox Editable

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.ItemEvent;
    import java.awt.event.ItemListener;
    import java.awt.event.*;
    public class JVideo2 extends JFrame implements ItemListener...
Results 1 to 3 of 3