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 Wanet Telecoms Ltd 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: monkey85
  • Content: Threads
  • Order by date
  1. monkey85

    array

    is there anyway of unspecifying the size of an array so the number of elements input can vary each time? I'm currently using an array to store values entered which are then manipulated but the array is set to 100000 and is creating problems. Thanks in advance
  2. monkey85

    why cant i get text from a textfield?

    I want to get text from a JTextField when a button is pressed, however at the moment I'm getting a huge error message from Java at the command prompt when i press the button. The code is below private void newPage() { page = fieldad.getText(); fieldad.setEnabled(false); }...

Part and Inventory Search

Back
Top