Search:

Type: Posts; User: stealthmonkey

Search: Search took 0.18 seconds.

  1. Replies
    1
    Views
    1,891

    Frustrated lol.

    heres my program :


    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;

    public class AddSub extends JApplet
    {
    int Height = 35;
  2. Replies
    3
    Views
    1,436

    Re: Cannot find symbol?

    oooh i c my bad...didnt look closely enough. thank you!
  3. Replies
    3
    Views
    1,436

    Re: Cannot find symbol?

    hm?
    i didnt put // though, i have the ((
  4. Replies
    3
    Views
    1,436

    Cannot find symbol?

    hey really strange error...help please.
    this is my code


    import javax.swing.JOptionPane;

    class GearPumps
    {
    public static void main(String[]args)
    {
  5. Replies
    4
    Views
    2,186

    Re: Be honest.

    ok, im going to try to switch over to C++, since i want to be more of an applications developer. and one more question, i was looking a t job listings and stuff to see what the general requirements...
  6. Replies
    4
    Views
    2,186

    Be honest.

    ok, so i want to become a software engineer some day, and i wanted to know what language employers like the most, like which language would bring in more money. and also i heard some cities you can...
  7. Replies
    3
    Views
    5,285

    Re: String index out of bounds error 5???

    thank you! i just fixed it :) im starting to understand these error messages better and better. now what about the second question?
  8. Replies
    3
    Views
    5,285

    String index out of bounds error 5???

    hey, im working on a program that tests to see if a string is a palindrome or not. It has to remove all characters and spaces.
    Heres the program:

    import java.util.*;

    public class...
Results 1 to 8 of 8