Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Creating an updater in Java

Share this post!
 Vote this!

This tutorial is going to show you how to make an updater for you app!
Ok lets get started!
To start off lets first start off by creating a new project. I named my new project Update app but you can call yours what ever you like. If you IDE did not create a main class for go ahead and make one now. Now since this is just and example of how to implement the updater this app wont actually do anything.
Now we need to create an updater class so create a new class and name it Updater.
In the new Updater class we need to create 3 methods like so:  more...

0 comments:

Post a Comment