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

  1. niritbakshi

    JTextArea is Problematic

    Hello. I have a very weird problem using JTextArea class. Whenever i put large amount of text in it, it is getting hugh and controls on my screen. in TextArea class, it gets an automatic scrollbar. How to I make the same thing in JTextArea? please help me...
  2. niritbakshi

    drawing BufferedImage

    How do i draw a BufferedImage? The drawImage() method accept only Image objects.
  3. niritbakshi

    Updating urls value

    I need help in updating a URL object's value when a button is being pressed. I have Textfield names tf and a url Object names page I tried the following: public void action(Event evt, Object arg) { if (evt.target instanceof Button) { page = tf.getText(); return true; } else...

Part and Inventory Search

Back
Top