Categories
Tags → Java Code

Java full screen image viewer

This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

eRuby: SUSIE a Simple Photo Gallery in Ruby

SUSIE is a simple image gallery that is an opensource eRuby application. It is interesting because it shows how Ruby, a powerful and fully object oriented programming language can be used to do the tiniest of tasks. Ruby can be used as a fast procedu...
DETAILS

Playing WAV files using Java

There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of main program). It is possible to use it in console or...
DETAILS

AgileJ StructureViews

Are you developing Java applications using XP/Agile Methods in Eclipse? Let AgileJ StructureViews provide you with more insight into the design within your code at next-to-zero effort. AgileJ StructureViews code visualizer for Eclipse is: ...
DETAILS

Simple BMI calculator

This simple script is for a BMI calculator. The measurements are in imperial form. You simple copy and paste the java code into the page you wish to display the BMI calculator. Webmasters can alter the color, size and layout of the calculator to suit...
DETAILS

MultiPowUpload PHP package.

MultiPowUpload PHP package.Multiple files upload component. It is easy client-side solution that can be used to perform file uploads from a user machine to the web server. Also, in installation package include server-side PHP file upload scripts for IIS and Apache web servers....
DETAILS

JSP Basics

Java Server Pages (JSP) is a Java API in J2EE which allows dynamic creation of web pages using Java. It has the same purpose as other existing technologies like CGI or PHP. In this tutorial you will learn about Lifecycle of JSP pages, Dynamic content...
DETAILS

How Code Reviews and PMD Can Crush Bugs In Your Code

The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and sha...
DETAILS

How Code Reviews and PMD Can Crush Bugs In Your Code

The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and sha...
DETAILS

Zambro Web Browser

Zambro is a simple and light web browser, written in Java 5 and using the Swing framework. It encounters many features, where the most important are: remote and local browsing, bookmarks support (where bookmarks can be exported in a HTML document), H...
DETAILS

Page:
©2003-2019 jCay.com