Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tbarnes2788

    NEED Help w/functions(NEW TO VBSCRIPT)

    I am writing a code that will allow user to input data to create a personal web page. New page will display and Layout data that was input. Here is my code: Please help me solve my problem <html><head><title>Growlite Marketing</title> </head> <body bgcolor="#0000A0" text="#660033"> <font...
  2. tbarnes2788

    Calculation in Swing Applet

    I created this swing applet to balance my checking account but I can not get it to calculate. Here's the code: import javax.swing.*; import java.awt.*; import java.awt.event.*; //Create a Swing applet that will calculats the current balance of a //checking account in a JTextField. public class...
  3. tbarnes2788

    Sort an Array(need help)

    I wrote this program using the sortString method. When I run the program I get this error: Exception in thread "main" java.lang.ArrayIndexOutofBoundsException at HairSalon.main<HairSalon.java:18> What does this mean? Did I write the code right? Code is below. public class HairSalon...
  4. tbarnes2788

    &quot;For statement&quot; need help?

    I have to debugg this program there is an error with the IF and FOR statement. Could some please expalin to me what's wrong? public class FixDebugSix2 // Print the character values // of 65 through 122 { public static void main(String[] args) { char letter = a; int a =0...
  5. tbarnes2788

    Java Beginner

    I thank you both will check it out!
  6. tbarnes2788

    Java Beginner

    Thanks a million, I have really been stressing about this code. My text book is very confusing and I 'm taking this course on line. Do you have any suggestion on good reference books that will help me understand what I'm doing?
  7. tbarnes2788

    Java Beginner

    I need help!! I am writing a problem the in interactive and will calculate a companys payroll. My problem is I can not get the program to execute all after first method. That is it will allow me to enter the requested information but will stop after info entered and displayed. Also having a...

Part and Inventory Search

Back
Top