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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tomboshell

  1. tomboshell

    File Common Dialog on Java?

    1. use the JFileChooser with the methods '.showOpenDialog(parent);' or '.showSaveDialog(parent);' then you have to receive the return int. Once it is good you can goto a file method and write the little bit of code to read/write to/from the file. It is actually quite simple. Or otherwise...
  2. tomboshell

    textarea color

    If you want to get a bit more advance, look into implementing an JEditorPane or JTextPane. Then you can assign the editorkits and styles, work with the document breaking the different areas into various root and other elements. It actually gets quite complicated. Or...(this idea just came to...

Part and Inventory Search

Back
Top