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 TouchToneTommy 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 zumbar

  1. zumbar

    writing to a file

    does anyone know why this doesnt work public void saveDialog() { JFileChooser openChooser= new JFileChooser("C:\\"); int returnValue1 = openChooser.showSaveDialog(this); File sf = openChooser.getSelectedFile(); try {...

Part and Inventory Search

Back
Top