Java / Swing / JSP Computers & Programming

Break up or avoid breaking up on Facebook

How to break up or avoid breaking up on Facebook

This is a film entitled "Facebook Manners: Responsible Relationships and You," which describes the dos and dont's of dating on the electric friendship generator: facebook. Check it out.

A- 4:14
View your printer's secret dots (fingerprints)

How to view your printer's secret dots (fingerprints)

Instead of watch CSI, employ your own technology investigation skills at home by determining your printers fingerprints. They don't have "real" fingerprints, but all printers do have a secret code ...

A- 5:44
Mod a USB flash drive with Household Hacker

How to mod a USB flash drive with Household Hacker

Household Hacker has put together 11 ultra-geeky flash drive mods for you. You can easily mod your USB flash drive and put it into any casing of your choice. Check out the creative examples: an apple, an orange ...

A 2:12
Check & fix your address on Google Maps

How to check & fix your address on Google Maps

This may be a no-brainer for some people, but I had no idea you could change where an address showed up on Google Maps. I don't know how many times I've seen that little green arrow pointing to the wrong ...

A- 0:28
Access blocked websites

How to access blocked websites

Subvert that pesky firewall and access the sites that make work tolerable! MySpace, YouTube, Facebook, err.... porn. Go for it, with this handy trick from JimmyR.

A 4:51

How to create arrays in Java

Create arrays in Java

A Java programming tutorial on creating and working with array objects.

A 20:34
Curated 1 year ago by cwiltz | Comments 0
Views 2,272

How to program variables and data types in Java

Program variables and data types in Java

A Java programming tutorial on how to create variables and work with data types when Java programming.

A 25:00
Curated 1 year ago by cwiltz | Comments 0
Views 1,031

How to do Object Oriented Programming in Java

Do Object Oriented Programming in Java

You can't program in Java without at least an understanding of what Object Oriented Programming (OOP) is. Learn about OOP and how it works ...more

B+ 32:54
Curated 1 year ago by cwiltz | Comments 2
Views 1,489

How to program a simple 'Hello World' applet in Java

Program a simple 'Hello World' applet in Java

A basic Java programming tutorial. Get started in Java programming by ...more

B+ 25:00
Curated 1 year ago by cwiltz | Comments 0
Views 1,587

How to program arrays in Java

Program arrays in Java

A basic Java programming tutorial on creating and using arrays when creating Java applets.

B+ 25:00
Curated 1 year ago by cwiltz | Comments 0
Views 754

How to program flow control in Java

Program flow control in Java

A Java programming tutorial on flow control - creating classes that allow your Java programs and applets to make decisions using ...more

B+ 25:00
Curated 1 year ago by cwiltz | Comments 1
Views 747

How to use JavaFx

Use JavaFx

A basic overview of the features of JavaFX - the cross-platform Java development environment.

B+ 8:52
Curated 1 year ago by Rube McGee | Comments 0
Views 1,186

How to build an Android application for mobile devices

Build an Android application for mobile devices

This video tutorial is about Android, and no it's not a robotic ...more

B 56:01
Curated 1 year ago by rmansur | Comments 0
Views 2,608

How to create a GUI with the Java Swing interface

Create a GUI with the Java Swing interface

A Java programming tutorial on creating a graphic user interface (GUI) using Java's Swing interface. This tutorial uses Netbeans 5.5.1 ...more

B 9:01
Curated 1 year ago by Rube McGee | Comments 1
Views 5,825

How to install Java and Eclipse with Easy Eclipse

Install Java and Eclipse with Easy Eclipse

Learn how to download and install a Java distribution and the Java runtime environment using EasyEclipse.

B 6:57
Curated 1 year ago by cwiltz | Comments 0
Views 2,795

How to program inheritance in Java

Program inheritance in Java

Learn to program inheritance, abstract classes, and methods in Java. This tutorial uses Java 1.6 Netbeans 5.5.1 Beta

B 4:40
Curated 1 year ago by Rube McGee | Comments 0
Views 966

How to program methods in Java

Program methods in Java

A java tutorial on the basics of Java programming using methods (or functions).

B 25:00
Curated 1 year ago by cwiltz | Comments 0
Views 871

How to program Namespace and User Input in Java

Program Namespace and User Input in Java

A Java tutorial on how to program Namespace and User Input in order to program Java applications that can accept input from users.

B 3:41
Curated 1 year ago by Rube McGee | Comments 0
Views 706

How to program While and For statements in Java

Program While and For statements in Java

Learn how to program While and For statements (loop statements) when programming in Java. This tutorial uses Java 1.6 with NetBeans 5.5.1 ...more

B 3:11
Curated 1 year ago by Rube McGee | Comments 0
Views 580

How to use Eclipse for Java programming

Use Eclipse for Java programming

In this ShowMeDo John Montgomery demonstrates how to create a project in Eclipse, then write and run a simple "Hello World" Java application ...more

B 2:06
Curated 1 year ago by eosland | Comments 0
Views 1,281

How to write an applet with JAVA

Write an applet with JAVA

In this video series John Montgomery demonstrates how to create a Java Applet and how to render a string of text within the applet. He ...more

B 3:00
Curated 1 year ago by eosland | Comments 0
Views 792

How to control an LED with Arduino

Control an LED with Arduino

See how to control an LED with Arduino with MAKE Magazine! This is a video tutorial on a favorite little micro-controller, the Arduino ...more

B- 9:20
Curated 9 months ago by rmansur | Comments 0
Views 854

How to program advanced arrays in Java

Program advanced arrays in Java

A tutorial on how to unroll and append elements to an array when programming in Java.

B- 9:20
Curated 1 year ago by Rube McGee | Comments 0
Views 663

How to program If and Switch statements in Java

Program If and Switch statements in Java

Learn to program If & Switch Statements in Java. This tutorial uses Java 1.6 with NetBeans 5.5.1 beta

B- 7:52
Curated 1 year ago by Rube McGee | Comments 0
Views 453

How to program interfaces in Java

Program interfaces in Java

How to create and program interfaces in Java. This tutorial uses Java 1.6 Netbeans 5.5.1 Beta.

B- 5:13
Curated 1 year ago by Rube McGee | Comments 0
Views 800

How to program Java classes

Program Java classes

A tutorial on programming basic classes in Java. This tutorial uses Java 1.6 & Netbeans 5.5.1 beta

B- 6:39
Curated 1 year ago by Rube McGee | Comments 0
Views 771

How to understand Enerjy

Understand Enerjy

Watch this video to understand how to use the Java debugger Enerjy.

B- 2:46
Curated 1 year ago by rmansur | Comments 0
Views 323

How to program a simple 'Hello World' Java application

Program a simple 'Hello World' Java application

Making a simple Hello World in Java 1.6 with NetBeans 5.5.1 beta

C+ 3:11
Curated 1 year ago by Rube McGee | Comments 0
Views 684

How to program functions in Java

Program functions in Java

How to create and work with functions in Java classes when programming in Java.

C+ 5:06
Curated 1 year ago by Rube McGee | Comments 0
Views 737

How to program variables in Java

Program variables in Java

An overview of using basic variables when Java programming. This tutorial uses Java 1.6 with NetBeans 5.5.1 beta

C+ 5:48
Curated 1 year ago by Rube McGee | Comments 0
Views 278

How to create a GUI and handle events in Java

Create a GUI and handle events in Java

A video tutorial on how to create a basic GUI (Graphic User Interface) window in java and handle events such as the click of a button.

C 7:25
Curated 1 year ago by rmansur | Comments 0
Views 1,095

How to develop a single Java code base in Servoy Developer

Develop a single Java code base in Servoy Developer

Servoy Developer is a Java enterprise rapid applications development ...more

C 3:32
Curated 1 year ago by davidstrom | Comments 0
Views 421

How to create a basic GUI in Java

Create a basic GUI in Java

A tutorial showing how to create a basic window and a button in java.

C- 3:57
Curated 1 year ago by rmansur | Comments 0
Views 1,313

Java / Swing / JSP (28 how-to videos)

Pyro-Spirograph-Drawings

Rosemarie Fiore is badass. She makes art with pyrotechnics, amusement park rides, Atari, guns, and pinball machines. Though all of her work is cool, I have to say my favorite piece is Fiore's larger ...

Who Needs Jump Rope When You Have a Flexible Friend

Breakdancing. Acrobatics. Gymnastics. Human jump roping fits in all. And why not? It's frickin' awesome. (Image credit: Flickr user envycleopatra.)

Indian Spiderman Defies Gravity (and Death)

Real life spiderman, Jyothi Rai of India, spends his time entertaining tourists by scaling walls of the Chitradurga Fort. The daredevil works completely harness free. Inspired? WonderHowTo's Climbing ...

Creepy Crawler Ant Robot

Wow, this robot has incredible movement. "A-Pod is an ant inspired hexapod robot with a 2 DOF abdomen (tail), a 3 DOF head with large mandibles. 6 legs with 3 DOF each. Total 25 servos ...

Remote Control Your Lawn Mower

Time to make those lazy Sunday afternoons even lazier. Instructables member johndavid400 has posted a full HowTo on modding your lawn mower to operate via remote control. " ...How to make your ...

loading...