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 strongm 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. picia2222

    NetBeans Analog clock change hands color

    Hello. I have analog clock app and want to change hands color using setter and getter. I write some code but not work. Can You help me? My code: file zegarek.java: import java.awt.*; import java.awt.event.*; import java.awt.image.BufferedImage; import static java.lang.Math.*; import...
  2. picia2222

    Netbeans Serialization to XML

    Yes jTextArea1 is null after deserialization. I write the same application in Eclipse and it works but in NetBeans it doesnt work....;/
  3. picia2222

    Netbeans Serialization to XML

    I think application finding file because application write data to this file but not read data from this file. I trying debugging and everythink is good. I dont get any errors.
  4. picia2222

    Netbeans Serialization to XML

    I dont get errors. Aplication dont read data from xml file.
  5. picia2222

    Netbeans Serialization to XML

    Welcome. I am writing project on assessment and must be done in the serialization of data to an XML file. I have written a sample application up and running in NetBeans I write to a file but does not work for me to read data from the file. Is there anyone able to help me? Paste the code below my...

Part and Inventory Search

Back
Top