Monday, 7 July 2014

Advanced Painting Application

Here is the old very basic Paint Application's link :
http://vthejavaprogrammer.blogspot.com/2014/07/a-simple-paint-application.html

The above application was very basic.
It only allows you to draw on the screen.

The new features in Advanced Painter is :

  1. Choosing from 8 Different Colors.
  2. Clearing the Entire Screen.
  3. Changing the Size of Painting Stroke.
  4. Erasing your work using Eraser Tool.
  5. Changing the Stroke Size of Eraser also.


The link to java file is here :
https://www.dropbox.com/s/l05j43c5lfha8vf/PaintAppAdv.java

The link to jar file is here :
https://www.dropbox.com/s/3qd76lrqvolhey9/PaintAppAdv.jar

A Simple Paint Application

A Simple Paint Application I am working on for last 3 days after creation of this blog.

This is very simple as It only allows user to draw.
Only for learning how to draw on screen using MouseListener & MouseMotionListener.

mousePressed() & mouseDragged() this methods are used

The link to the .java file is here.

https://www.dropbox.com/s/lriucu0n2h05trj/BasicPaintApp.java

Friday, 4 July 2014

Button Racers

It's just racing buttons.

You can change the Thread.sleep(int time) time for any button in the Button's run() method.

Here's the link to download the program :

https://www.dropbox.com/sh/w3xqnbvxs7jxv3f/AAD9Imr5js_vY6S1bM6xr-IYa

Encryption Algorithm

Cipher Text generation algorithm I have created
Even if it is Cipher Text Generation Algorithm it actually generates only numbers instead of Text & Numbers.

So what's in this Algorithm:
  1. This algorithm generates a new key every time.
  2. A new key means every generated code has a different key which makes it little difficult to find its real value as two codes don't share the same key.
  3. The only problem here is the key is also in the code. But the key you see is also misguiding as instead of the original key I have put up a false key which helps generate the original key.
  4. Code works fine for any alphabet, numbers & symbolic characters.

Check this out & give some reviews.....

The following is the link to download the file

Welcome to my blog

Welcome friends,

When you are sharing your knowledge it is increasing at the same time.
So I am also here to share the knowledge I have.

It may help you or may not help you.
But I will try to post some good programs which I have created which can be useful for you.

Some programs are just for fun while some programs can help you in your project also.

So I will keep posting new programs.