+ 4
Netbeans !! Help appreciated
Am looking for how to create a GUI in netbeans that accepts input from user and creates a text file of the accepted input so that i can further process that file with my java code for tokenization help appreciated even a good youtube video link will be a great help
5 Answers
+ 7
Here is your answer, store it in Excel using Apache POI
http://www.codejava.net/coding/how-to-write-excel-files-in-java-using-apache-poi
+ 6
https://netbeans.org/kb/docs/java/gui-functionality.html
+ 5
but why do you want that data in a text file.Better store it in a database or print it in output window. If you don't want to consider these options, reply
+ 2
Sanky Oswal you can also sql for data storage Which will not give as much problems like it.
+ 1
actually my project is based on the simplest form of database which is the txt file so i want to store it in txt file siddarth
btw ty