Categories
Tags → Simple 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

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

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