Tag Archives: resize

Java: resize an image keeping the proportions correct

This ones very useful if your looking to resize an external image in Java. Recently I have been needing this solution and once I had implemented the code I decided I would share it for anyone else looking to do …

Read more »

Java: Resize Array’s & Multi-Dimensional Array’s

One useful feature in most programming languages is the ability to resize an array if you need more allocations for data, for instance in VB.NET you would resize an array like this: Dim myArray(4) As Integer Redim Preserve myArray(10) As …

Read more »


506361_Profile 728x90