I'm playing about with Java again. Nothing serious - just a bit of Swing.
I decided it would be a good idea to make a front-end for multiburn. I do realise how perverse this is - a Java front end for a BASH shell script, which is already a front-end for three or four C programs. Hmmm.
Anyway, here are a couple of screenshots; you may well recognise the icons...
Main chooser
Main chooser, post selection
Configuration window
Burner dialogue
That's as far as I've got, but I only started it last night. Spent most of that time battling with BoxLayouts and trying to figure out why a single line JTextField is allowed to expand vertically, while a JScrollPane in the same layout does not. This makes no sense.
I decided it would be a good idea to make a front-end for multiburn. I do realise how perverse this is - a Java front end for a BASH shell script, which is already a front-end for three or four C programs. Hmmm.
Anyway, here are a couple of screenshots; you may well recognise the icons...
Main chooser
Main chooser, post selection
Configuration window
Burner dialogue
That's as far as I've got, but I only started it last night. Spent most of that time battling with BoxLayouts and trying to figure out why a single line JTextField is allowed to expand vertically, while a JScrollPane in the same layout does not. This makes no sense.
Leave a comment