Translate to:

Cat­e­gories

Projects

Font Chooser Panel

Font Chooser Dialog

The font chooser is a panel and a dia­log for choos­ing a font with pre­views and auto-​​completion in the input fields. It is designed after the JFileChooser with a sep­a­rated panel and a dia­log. The panel is designed in two lay­outs, one is a ver­ti­cal lay­out and one is a hor­i­zon­tal lay­out. The hor­i­zon­tal lay­out is used for the dia­log. Read more…

Font Combo-​​Box

Font Combo-Box preview of the fonts in the list

This is a cus­tom JComboBox that have a pre­view of the fonts in the list view and also an auto-​​completion of the entered font name. The Font Comb-​​Box is inspired by the Auto com­plete Com­boBox tuto­r­ial from Sun Microsys­tems 2006. I used the ideas of the code but it is a new imple­men­ta­tion from me. Read more…

Con­vert Video Files

converfiles to theora scriptI have a col­lec­tion of bash scripts that I want to make them pub­lic on my site. The first col­lec­tion are a few scripts to con­vert video files to a dif­fer­ent for­mat, cur­rently to The­ora video and Mp3 audio. The scripts are meant to be robust and easy to extend to add more for­mats.
Read more…

Boot­strap CLI

The Boot­strap is a project to set the class path of a sec­ond appli­ca­tion and start it as a new pro­gram inside the same JVM. It can load files from a given direc­tory to the class path and call the main-​​method of a given class. In addi­tion, it will pass any addi­tional para­me­ter to the main-​​method. Read more…