PDA

Click to See Complete Forum and Search --> : [RESOLVED] Loading data from a config file.


Justa Lol
Nov 18th, 2008, 07:24 AM
how can i make my application load data from a cfg file?

ComputerJy
Nov 18th, 2008, 12:33 PM
cfg files are usually clear text, so this is a weird question

Justa Lol
Nov 18th, 2008, 03:29 PM
i know it is, but what i need to do is load the text in it and add it to a textbox...

ComputerJy
Nov 18th, 2008, 05:04 PM
How to read a text file in java (http://www.java-tips.org/java-se-tips/java.io/how-to-read-file-in-java.html)