Results 1 to 6 of 6
- 03-29-2012, 07:56 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
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.
- 03-29-2012, 08:00 AM #2
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
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.
- 03-29-2012, 09:38 AM #3
Re: Using operations on individual programs
You can edit the post and correct that (click 'Go Advanced' or whatever)
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 03-29-2012, 09:40 AM #4
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?
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 03-29-2012, 10:35 AM #5
Senior Member
- Join Date
- Aug 2008
- Location
- Stockholm, Sweden
- Posts
- 119
- Rep Power
- 0
Re: Using operations on individual programs
Perhaps he means JTextField..?
- 03-29-2012, 11:20 AM #6
Similar Threads
-
Converting a byte to individual bits
By Aaron_Sharp in forum New To JavaReplies: 18Last Post: 01-06-2011, 09:09 AM -
Controlling individual threads
By youngstorm in forum Threads and SynchronizationReplies: 3Last Post: 12-03-2010, 10:37 PM -
* vs. individual package name?
By XmisterIS in forum New To JavaReplies: 3Last Post: 09-01-2010, 12:19 PM -
Calculating Individual Numbers
By TheKnight in forum New To JavaReplies: 2Last Post: 01-30-2009, 12:51 AM -
Combining Individual Sounds - Urgent
By JDCAce in forum Advanced JavaReplies: 4Last Post: 12-05-2008, 05:17 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks