Posts tagged imagebox

java imageBox (0.0.6)

hi all,
this is the new virsion of java imageBox. it is numbered as 0.0.6.
compared to older versions, this one has more flexiblity. add to that, it supports design time image rendering.
you can download it from this link: imagebox(0.0.6)
here are the steps to add imageBox to your netBeans project:

create new project
add new Jframe to [...]

easy java image Box, my way

Hi there,
I believe that a lot of new comers found it hard to use images in JAVA, especially who came from .Net world. So I decided to simplify things out by providing this simple tool.
I call it imageBox to make it sound like VB Picture box. this imageBox is a hacked version of JPanel.
All what [...]