[home]   [me]   [my gallery]   [my blog]   [my articles]   [my code and projects]   [my links]
 

Blog moved


I have moved my blog to:

http://blog.nobel-joergensen.com/

Please update your links and RSS feeds.[Read More]
 
 
 
 

Java Image Scaling 0.8 released


The Java Image Scaling library has been updated to 0.8. The update contains some performance improvements that give up to 30 percent faster image scaling.

 

[Read More]
 
 
 
 

Java 6 applets is coming to Leopard


Apple has released a Developer preview of Java that supports Java 1.6 Applets.

 

[Read More]
 
 
 
 

Improving image resizing quality in Java


This blog shows some of the new features of the Image Scaling Library, such as unsharpen mask and dimension constrain.[Read More]
 
 
 
 

The popularity of 3D Java game engines


A discussion of the popularity of Java 3D engines (also know as 3D scenegraphs) based on forum activity.[Read More]
 
 
 
 

Changing preferred size of a html JLabel


I'll show a hack, that let you change the preferred size of a JLabel with html, using a fixed width.
[Read More]
 
 
 
 

Downscaling images in Java


I'll describe 3 different resizing approaches in Java and present a small image resizing framework. Finally I'll show some examples of the quality and performance of the different approaches and give a example of how to use the framework.

 

[Read More]
 
 
 
 

Scenegraph Shell 0.3 - Eclipse compiler in JWS


In this blog, I’ll introduce the new features in Scenegraph Shell version 0.3 and describe the trouble I had, when I tried using the Eclipse compiler in Java Web Start.

 

[Read More]
 
 
 
 

Pie chart in JavaFX Script


This JavaFX Applet shows my first application created in JavaFX script. The applet is actually a reimplementation of my a pie chart Applet.
[Read More]
 
 
 
 

Copy to clipboard from unsigned applet


In this blog I'll explain a workaround for copying text into from a unsigned applet and from html-browsers in general.
[Read More]
 
 
 
 

Pie chart revisited


A simple, yet beautiful, piechart applet created in Java Scenegraph explained.

Full source code available.

[Read More]
 
 
 
 

Top 10 Java links


Here is my list of my favorite webpages about Java. The list is unordered and covers games, forums and podcasts.

[Read More]
 
 
 
 

Profiling JavaFX rendering


JavaFX Script applications have a very fast rendering engine. However adding too much or too complex stuff to the scene of you application, may result in poor repaint rate.

This blog describes how to profile the rendering of a JavaFX Script application using Java Scenegraph Profiler.

[Read More]
 
 
 
 

Java Scenegraph Profiler


Creating a simple model for profiling Java Scenegraph rendering. Discuss what is needed and how to store the information and shows how to hock up this profiler on an existing Java Scenegraph project.[Read More]
 
 
 
 

Using Eclipse compiler to create dynamic Java objects


In this blog entry, I'll show how to use the the Eclipse compiler. I'll give an example of how to read source code from memory, compile this source code to bytecode (still located in memory), and finally load and invoke the class.

[Read More]
 
 
 
 
 

« March 2010
SunMonTueWedThuFriSat
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
   
       
Today

AddThis Feed Button

 
© Morten Nobel