How to make a permanent application in Java using netbeans IDE?
-
hey..i have made many applications but i dont know how to save it as a real application..suppose,if i stopped the application from one point,when i open it next time i wanna continue ...show more
-
Answer:
Before quitting the app, save all necessary information to a file. When the app is started, look for the file and if it exists, load all information to continue where you left off. There's no shortcut, you have to create your own "save states", basically.
IMMACXFSNARFM3PQIWE3TJ3DYA at Yahoo! Answers Visit the source
Other answers
That was the goal of Beans. If you use an IDE like NetBeans it has a toolbar with icons for JButton. That is a Java Bean and it preserves the color of the JButton. Hibernate is a huge module for JavaEE that databases Objects. You can use Serializable. And starting in Java5 was the JPA, Java Persistence API. Often, I just write my own mini-database as a textfile.
deonejuan
Related Q & A:
- How to make a Daemon application?Best solution by Stack Overflow
- How can I make a Spinner only by java?Best solution by stackoverflow.com
- How to make a Windows application?Best solution by Stack Overflow
- How do I make a permanent link on my 360 blog?Best solution by Yahoo! Answers
- How to make a font using a png image?Best solution by Super User
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.