Results 1 to 6 of 6
  1. #1
    The2b is offline Member
    Join Date
    Mar 2012
    Posts
    2
    Rep Power
    0

    Default Using operations on individual programs

    Before I go into too much detail, I'm maing an encryptor that, when you type something into a textbox, it will convert that entire string to numbers (0-9=0-9, alphabet =10-36, ect ect ect) then multiply a certain section of it (int encryption key int textbox.length()/encryptionfield.length() times, to be exact.) Then it would take the new numbers and display them in a new box. How would I operate on a certain section of the textbox without affecting the rest (at that time, anyway)
    Last edited by The2b; 03-29-2012 at 07:59 AM.

  2. #2
    The2b is offline Member
    Join Date
    Mar 2012
    Posts
    2
    Rep Power
    0

    Default Re: Using operations on individual programs

    I'm sorry, i meant to say textbox sections in the title, not programs. I'm out of it and didn't realize...
    Last edited by The2b; 03-29-2012 at 08:05 AM.

  3. #3
    DarrylBurke's Avatar
    DarrylBurke is online now Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    10,094
    Rep Power
    17

    Default Re: Using operations on individual programs

    You can edit the post and correct that (click 'Go Advanced' or whatever)

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

  4. #4
    DarrylBurke's Avatar
    DarrylBurke is online now Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    10,094
    Rep Power
    17

    Default Re: Using operations on individual programs

    What's a textbox? There's no such class in the JDK. Are you sure your question is about Java?

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

  5. #5
    ojn
    ojn is offline Senior Member
    Join Date
    Aug 2008
    Location
    Stockholm, Sweden
    Posts
    119
    Rep Power
    0

    Default Re: Using operations on individual programs

    Perhaps he means JTextField..?

  6. #6
    DarrylBurke's Avatar
    DarrylBurke is online now Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    10,094
    Rep Power
    17

    Default Re: Using operations on individual programs

    Perhaps it's not Java.

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

Similar Threads

  1. Converting a byte to individual bits
    By Aaron_Sharp in forum New To Java
    Replies: 18
    Last Post: 01-06-2011, 09:09 AM
  2. Controlling individual threads
    By youngstorm in forum Threads and Synchronization
    Replies: 3
    Last Post: 12-03-2010, 10:37 PM
  3. * vs. individual package name?
    By XmisterIS in forum New To Java
    Replies: 3
    Last Post: 09-01-2010, 12:19 PM
  4. Calculating Individual Numbers
    By TheKnight in forum New To Java
    Replies: 2
    Last Post: 01-30-2009, 12:51 AM
  5. Combining Individual Sounds - Urgent
    By JDCAce in forum Advanced Java
    Replies: 4
    Last Post: 12-05-2008, 05:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •