Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



GUI 2 – Tiny Window – Your first window

The following is a very small program that creates a window. It doesn’t do anything, and it’s so small you might have a hard time finding it in the upper left corner of your screen. Try resizing it. A default JFrame can do a few things — it understands minimize and maximize, it can be dragged from the title bar, and it can be resized. If you resize it, you’ll notice that the content pane is completely empty — we haven’t added any components to it yet.awhen the close box is clicked, which is done below.

Author lv3 (46200/50000)

Summary

Views 42 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

Creating the Ajax application with Java

We’ll begin with the complete HTML and JavaScript code for our first application, a simple web page that displays the decimal value of any character. Then we’ll break apart the JavaScript and examine it.

(more…)

Author lv1 (3500/5000)

Summary

Views 4,832 views
1 Star2 Star3Star4 Star5 Star (8 votes, average: 3.63 out of 5)