|
||||||
| Java Help Java Help forum discussing all Java platforms - J2ME, J2SE and J2EE - as well as relevant standards, APIs and frameworks such as Swing, Servlets, JSPs, Applets, Struts, Spring, Hibernate, ANT, EJB, and other Java-related topics. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How do u get a string from the text field and convert it to an array of integers?
and how do u display a 2D array in a text area with the proper alignment and spaces? Last edited by strowa65; 12-18-2007 at 09:24 AM. |
| Sponsored Links |
|
|
|
|||||
|
Create a temporary string.
Break up your string by delimiter. Each time you break a chunk off the begining, assign it as the value of the temporary string. Use the Integer.parseInt() method to convert the string to an integer, and assign the returned value into your array. Need some code, or was the above enough to explain?
__________________
Quote:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to save the text in a text file ??? | kresh7 | Visual Basic Programming | 0 | 11-25-2007 10:30 AM |
| How to style fonts of a text in a simple page? | c0de | Tutorials | 3 | 09-15-2007 10:08 PM |
| Usage of array structures to increment letter instances of text | Yuriy M | C and C++ | 2 | 09-13-2007 10:49 AM |
| Posting a link to a text field | holla22 | PHP Forum | 3 | 07-19-2007 06:16 PM |
| Python 2D array question | annannienann | Python | 3 | 04-23-2007 04:36 PM |
| Xav | ........ | 1276.19 |
| MeTh0Dz|Reb0rn | ........ | 1048.58 |
| morefood2001 | ........ | 879.43 |
| John | ........ | 872.39 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 761.06 |
| Brandon W | ........ | 684.87 |
| chili5 | ........ | 294.12 |
| Steve.L | ........ | 216.18 |
| dargueta | ........ | 192.86 |
Goal: 100,000 Posts
Complete: 81%