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 Shaun E 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: *

  • Users: bettyc
  • Content: Threads
  • Order by date
  1. bettyc

    Need to calculate a numeric value from alternating positions in a stri

    Is there an easy way to perform the following calculation? String value = "921030022447967916" a) Each alternating character is multiplied by 2 or 1 (i.e. 9*2, 2*1, 1*2...) b) All digits are then summed: 9*2=18 or 1+8 + 2*1 or 2 + 1*2 or 2...) I am new to this website and any help with...
  2. bettyc

    Java Applet / Dialog Box Cut Off

    I am attempting to convert a Java application to an Applet. I have dialog boxes (via JOptionPane.showInputDialog) that get input from the user. The dialog boxes look fine in the Java app, but in the Applet they get cut off (i.e. the OK and CANCEL buttons are partly chopped and also some of my...

Part and Inventory Search

Back
Top