CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GroundRat

Search: Search took 0.03 seconds.

  1. Trying to get rid of the word NULL on output

    I really need some help on my next project. I have to convert an english phrase to pig latin, but i've run into a problem. Everthing works except when the translated phrase is outputted, i get null...
  2. Replies
    4
    Views
    616

    Re: ActionEvent question?

    Cjard,
    Thank you so much. That was it. After reading your response, I noticed that my friend had told me this was the important part.


    String s1 =...
  3. Replies
    4
    Views
    616

    Re: ActionEvent question?

    Well everyone,
    I've finished my problem, but I still need some help as how i'm supposed to attatch the ActionListener to the strings.
    here is the finished code.


    import javax.swing.*;
    import...
  4. Replies
    4
    Views
    616

    ActionEvent question?

    In the following code my ActionListeners are applied to a String. When I compile it, thats the error i get. But another guy in my class did it, how did he do it and I can't. Here is the code...
    ...
  5. Replies
    5
    Views
    8,672

    Re: NumberFormatException

    here is my new and improved (slightly) code. I've tried to throw the Exception, but i can't seem to do it. I don't want to the answer, just a little direction on where i shoud go. I've got to...
  6. Replies
    3
    Views
    584

    Re: Quick Question

    awesome, that helps alot
  7. Replies
    2
    Views
    986

    Re: Testing code tags

    one more time


    //@author: Byron T. Stuart

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.text.DecimalFormat;
  8. Replies
    2
    Views
    986

    Re: Testing code tags

    here it is again
    [code]
    //@author: Byron T. Stuart

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.text.DecimalFormat;
  9. Replies
    2
    Views
    986

    Testing code tags

    hello everyone, here is my code

    [code]

    asldkjfa;sldkjf

    [code]
  10. Replies
    5
    Views
    8,672

    Re: NumberFormatException

    OK, but can I throw the NumberFormatException in this problem. And actually thats one of the guidelines to this problem. Would I put it in the main method or just where i have (degree1.getText())?...
  11. Replies
    3
    Views
    584

    Re: Quick Question

    Thanks
  12. Replies
    3
    Views
    584

    Quick Question

    How do you insert the "code tags" so that you code saves space and retains its formatting???
    I've heard some members asking others to do it, but i can't figure out how to do it.
    thanks
  13. Replies
    5
    Views
    8,672

    NumberFormatException

    I'm about three-quarters the way through writing my problem, but i'm running into another problem. I keep getting a NumberFormatException. Can anyone help me on this one.


    ERROR:
    Exception in...
  14. Replies
    0
    Views
    550

    problem with JRadioButtons (Revised)

    I have the following problem and I've been working on it for the past two days at 8 hours at a time, and I'm at a stand still, please someone point me in the right direction. I'm taking a java2...
  15. Replies
    3
    Views
    1,439

    Place value from JTextField to an Array

    I'm currenty trying to write a program that will allow the user to input 10 scores and and average the total scores. But I can't seem to pull my values from JTextField and place them into an array. ...
  16. Replies
    12
    Views
    1,131

    Re: what is wrong with this java statement?

    hey Raged, thanks for asking that question. I had the same problem. By the way, I'm in CIS 260, T-TH 800-915, Dr. Meinhardt, SMS. See you in class tomorrow if your in there with my section.
  17. Re: while, for, and do while loops...odd and even numbers with tokenizer..help please!

    hey Rage,
    I think you and I are in the same class, SERIOUSLY! Maybe we can help eachother out. I have the same problem, " ex. 8,9,& 10". I've been having trouble getting mine to work also. I'm...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured