ReePrime
Programming Time Lapse 1: WordShuffler

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

Programming Time Lapse 1: WordShuffler

J
Jasper Ben

17 Views • Oct 22, 2013

Description

Follow Me on Twitter! http://twitter.com/tenny1028

In this video, I made a simple program that shuffles letters of text. Before recording, I already made two of the source files I used, and set them up as a JFrame and then a Main method class.

After that, I started adding main components of the program to the JFrame

Then I set up the action listener that will process the text inputted.

Then I copied the word shuffling program I wrote a couple days ago and imported it into this program.

Then I set up the copy, paste and quit buttons.

Then I let IntelliJ Idea criticize the program, and I satisfied it.

Then I updated the pseudocode that I had written in a comment block before the WordShuffler class to make it accurate.

Then I closed it all.

After recording, I sent it to NetBeans and Cleaned and Built it so I could extract a .jar file from it. Soon I'll convert it to maybe .exe and .app and share it on SourceForge or Github.