Netbeans !! Help appreciated | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

26th Jan 2018, 4:17 AM
Sanky Oswal
Sanky Oswal - avatar
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
13th Jul 2018, 7:51 PM
Siddharth Golecha
Siddharth Golecha - avatar
+ 6
https://netbeans.org/kb/docs/java/gui-functionality.html
1st Feb 2018, 9:55 AM
Vukan
Vukan - avatar
+ 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
28th Jun 2018, 11:37 AM
Siddharth Golecha
Siddharth Golecha - avatar
+ 2
Sanky Oswal you can also sql for data storage Which will not give as much problems like it.
4th Aug 2018, 12:06 PM
Siddharth Golecha
Siddharth Golecha - avatar
+ 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
4th Aug 2018, 11:39 AM
Sanky Oswal
Sanky Oswal - avatar