Search:

Type: Posts; User: vandy22

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,262

    CheckBox/Spinner error Error

    For some reason, when i check for the input of the spinner using an array with a switch statement it does this weird thing. If i use any sort of "if-statement" "for-loop" any thing of that nature, it...
  2. Replies
    3
    Views
    1,321

    Re: Android Programming - Weird Problem

    All of them, I think im using the right methods, but its throwing an error. Can u give me the reasons why its catching an error?! Thanks!
  3. Replies
    3
    Views
    1,321

    Android Programming - Weird Problem

    I'm making an android program that will generate problems that u can solve. The issue is whenever I try to convert a CharSequence to an Integer, it throws an error. Heres my code:


    package...
  4. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    Ok yeah I get it now, and It worked. Thanks alot!

    --- Update ---

    Great news! I figured out how to edit a layout in a listener. What I did was called the repaint function in the listener then...
  5. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    Ok so norm im kind of not sure what your trying to get at here. Im sure your correct in how your thinking it but in my mind im not understanding what your trying to say. In my mind how can the frame...
  6. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    This is really weird I have a text field that I made and whenever I start the program it doesnt show until I drag the screen bigger or smaller, Its not even being changed inside a listener. I'm just...
  7. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    Well how do most people do it then? I suspect that theres people that when a button is clicked something from the layout is changed right? Theres got to be a way.
  8. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    Ok so the weirdest thing happened. I went ahead and did what you said and found a method that should work:

    frame.add(label, new FlowLayout());

    but it didnt so I went back to this:
    ...
  9. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    Ok so I looked at the class, I see alot of methods but im not sure exactly what I should be looking for? Could u give an example of what the code should look like to work?
  10. Replies
    16
    Views
    1,305

    [SOLVED] Re: Java Swing Application

    Ok what should my class be extending then? And then I would need to put flowlayout in the actionPerformed method?
  11. Replies
    16
    Views
    1,305

    [SOLVED] Java Swing Application

    I made a simple java application for fun which I was planning to add on to and make alot better. I ran into an error with an action listener problem. The main point of the program was for me to click...
  12. Replies
    16
    Views
    1,305

    [SOLVED] Java Swing Application

    I made a simple java application for fun which I was planning to add on to and make alot better. I ran into an error with an action listener problem. The main point of the program was for me to click...
Results 1 to 12 of 12