Broad Flat Search Results

How To: Allow users to exit full screen mode in a Java applet

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to add a exit full screen mode feature to your applets when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Build a window and screen in Java game development

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to utilize and display graphical user interface elements like windows when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Get keyboard info from users when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to receive and work with keyboard input data from a user when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create drop-down lists when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to create GUI drop-down lists for your applets when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Write a Java applet that accepts keyboard input

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to to accept key inputs from a user when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a full-screen frame when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to to create a full-screen frame when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create multiple selection list for Java development

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to to create a multiple selection list when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a basic array table in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to display the index of an array in table format when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create multiple constructors in a single class in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to use multiple constructors within a single class when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a "for loop" in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to use build and use conditional for loops when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Convert arrays and lists for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to convert arrays to lists and lists to arrays when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Convert military time to standard time for Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to write a simple Java applet to convert military time (i.e., 24-hour clock time) to standard (i.e., 12-hour clock) time. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a graphical user interface (GUI) for Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build a simple graphical user interface (GUI) when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Hold multiple objects in an array in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to store multiple objects in an array when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Store counters in an array index when Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to store variables in an array index when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Write a simple Java program to average numbers

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build a simple Java program to sum and find the mean for a list of ten numbers. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a JComboBox for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to work with JComboBox dropdown lists to create GUI drop-down lists when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Pass arrays into methods for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to pass an array into a method when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Write a "Hello, World" program using Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build and compile a simple "Hello, World" program writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use instance variables and multiple methods for Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to multiple methods and also instance variables inside a class when writing in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Get file info with the file class in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to utilize Java's file class to retrieve information about an external file. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Sum the elements of an array for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to how to sum all of the elements contained in a given array. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a GUI using JFrame when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to create graphical user interfaces (or GUIs) for your apps using Java's JFrame. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use EnumSet to get a range of constants in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this intermediate-level lesson will discusses how to get a range of constants with Java's EnumSet tool. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Hardflip on a skateboard

In this how-to video, you will learn how to perform a hard flip on a skateboard with PJ. This will be useful if you want to learn advanced tricks on a skateboard. When you perform the trick, do not look forward. The shoulders should be facing the side. Pop the board on the tail and flick your front foot away from you. From there, the board will flip. Catch the board as it lands with your feet on the bolts. Keep your feet flat. Do not use a kick flip stance. This video offers great tips and te...

How To: Exercise with a physio ball for thinner thighs

This video is teaching a great exercise for thinner thighs and flatter abs for bikini season. The name of the exercise is called ball slaps. You will need and big ball about fifty-five centimeters wide. Lay flat on your back with your arms stretched above your head. With your feet grab the ball in the center of its mass and squeeze. You should feel tension on the inside of your thighs. Continue to hold the squeeze in your legs throughout the exercise. Now bring your legs up to the ceiling wit...

How To: Cook delicious stuffed flank steak for Moms

The Family Circle Test Kitchen brings us this demonstration of how to prepare a delicious Stuffed Flank Steak. The stuffing is made by combining a package of frozen spinach, thawed and drained, some crumbled blue cheese, a jar of roasted red peppers, drained and chopped, some bread crumbs, an egg yolk, and some garlic salt and black pepper.

How To: Style a faux hawk in straight hair for men

This video shows how to make a men's hairstyle called a faux hawk. He uses a product called Renati Rock Hard along with got2be glued spray. Take a dab of the Rock Hard and rub it through your hair and make all your hair stand straight out, then spray it. Add more Rock Hard and style it by flattening the sides and pulling the top stright up. Pull the bangs forward and off to one side and make them spiky. Use a hairbrush on the sides to brush the hair forward, keeping it flat against the sides ...

How To: Make an origami Kusudama Venus

In this Arts & Crafts video tutorial you will learn how to make an origami Kusudama Venus. For this project, you need square sheets of paper of different colors. First you fold a sheet diagonally across to form a triangle. Then fold it again to form a smaller triangle. Open up one triangle and fold it in to a square. Repeat this step with the other triangle also. Now the paper folded in to a square; ¼ the original size. Holding one square flat on the table, lift up the other and squeeze it d...

How To: Cut up a cabbage

This video is a demonstration of the proper way to cut up a cabbage. Large vegetables like cabbage can be hard to cut up because they are so big and tend to move around on the cutting surface. The first thing to do is to create a flat surface, so make it safer to cut. Cut the whole cabbage in half holding the end of the core on top. Cut the core out of each half in a big V shape. Cut it in half again to make quarters. Take the cabbage apart so that you can flatten it out and cut thin slices f...

How To: Use Pilates to get skinny legs and thighs

In this Fitness video tutorial you will learn how to use pilates to achieve slimmer legs and thighs. Lie down flat on your back, hands extended along the side of the body and both legs up. Put one leg down and circle the raised leg for eight to twelve times. Keep both hips and shoulders on ground. Don’t rock from side to side. Pull in your stomach and engage the stomach along with the legs. Then change the direction of rotation and repeat. The toes should be stretched upward Then repeat thi...

How To: Make a Spartan spear from scratch at home

To make your very own Spartan Spear, like in the movie 300, you just have to follow a few short, easy instructions. Start off by taking a broom stick, and cutting off the end. Make sure your broom stick is empty inside. Then take a hammer and flatten the last few inches of it, hammering it into a point or a flat blade at the end. Cut off part of the tip at an angle on either side, then open it back up with pliers. A few inches below the opening, take your pliers and press in on the broom stic...

How To: Do a double leg freerun trick

In this video tutorial, viewers learn how to do a double leg free-run trick. This trick is similar to the side flip, except the side flip needs the legs to be tucked in while the double flip needs the feet to be kept straight. The double leg is at a 90 degree angle in mid-air. Keep your legs together and knees locked. Land on the balls of your feet. Never land on the heels or flat footed. This video will benefit those viewers who are interested in flexibility, aerobics and free-running, and w...

How To: Do a sitting toe touch for your abs

In this video, we learn how to do a toe touch. First, grab a yoga mat and place it on a hard surface. Sit down and rock back pulling your legs in the air. Now, raise your arms creasing your elbows slightly. lower and pull your legs in the air, making your arms touch your toes as close as possible. If you can just touch the ankles that is fine. You can also place your arms on the floor if raising them in the air is too much work for you. If you want, you can lay flat on the floor and raise you...

How To: Ollie on a skateboard, for beginners

It takes most everyone a long time to do an ollie but once you have it done it happens all the time. When first starting out it is a good idea to learn the technique in the grass or on some carpet so the board doesn’t roll around. It’s also a good idea to fully learn the ollie in place before you start doing it in motion. Next is foot placement, have your front foot right behind the front bolts on your skateboard and you back foot on the tail. When you press the back foot into the ground lift...

How To: Make a loud and annoying paper popper, step by step

This video demonstrates how to make a loud and annoying paper popper. Prepare a regular sheet of paper and lay it down on the table or a flat surface. Fold the lower portion of the paper at about an inch and a half (1.5") or two inches (2"). Fold it the second time at about the same length you did with the first. Then, fold the paper right in the middle in the opposite direction with your first two folds. Your paper should now be folded to resemble a nurse's hat. Hold one corner of the folded...

How To: Make a popper out of a sheet of paper

This video shows how to make a paper "popper" that you can use to make a loud popping noise. Start with piece of paper. first fold it in half the skinny way, then fold it in half again the other way. Set the paper down on a table or flat surface so that the flaps of the paper make an "M" shape. Now take the paper in your hands and grab the outer sheets of the "M" with the index finger and thumb of your right hand. Pull the inner sheets out with your other hand. Take the popper in your right h...

How To: Pick a door lock using only a paper clip

In this video, we learn how to pick a door lock with a paper clip. First, make sure you have a door lock that has a pinhole on the outside. Now take your paperclip and open it up so it's straight and flat. Once you've done this, stick your paperclip into the pinhole and wait until you feel a small hole on the inside of the lock and twist the paperclip. Keep twisting the paperclip until the door becomes unlocked, you will hear and feel the lock opening. If the paperclip slips, just stick it ba...

How To: Wax a snowboard in two minutes

To wax a snowboard you will need an iron, board wax, a flat scraper and a buffer pad. First, use the iron to melt the wax. The iron should be hot enough to cause the wax to quickly drip but not hot enough to produce smoke. Iron the wax onto the snowboard by using small concentric circles to melt the wax evenly. Go over spots several times, if necessary. Be sure to use wax that is appropriate for your riding conditions. Scrape the excess wax off of the board. Use a buffer pad like the rough si...

How To: Sing high notes for men

The focus of this video is on singing high notes for men. The first step is to identify which mode your high note are sung in: classical, contemporary, or falsetto. For most men around the E flat note of the range determines which of these three routes is natural to the singer. For classical singers there is a distinct throttling around this pitch change into higher notes, a region known as the passagio. Contemporary singers have a more gradually ramping up as they pass over this transition o...