News

3DPrinting-Calculator is a lightweight Java Swing desktop application that helps you estimate the total cost of a 3D print in Swedish Kronor (SEK). Enter your filament usage in grams, filament price ...
A simple 3D renderer written in Java Swing To Run: javac MapGraphics.java Easier, just execute the packaged JavaSwing3DRenderer.jar file included ...
So I've got my JFrame, and it contains an OpenGL canvas, which has to be set and resized based on pixel dimensions. I'd like to be able to resize the whole window, but I need to know the ...