Posts

Showing posts with the label Java

[HOW TO] Native look-and-feel for JDownloader in Xubuntu

Image
To make JDownloader look like the rest of your desktop applications in Xubuntu, choose the Settings tabs in the JDownloader interface. Then under Basics > User Interface section choose the Light(GTK) style. After restarting JDownloader (File > Restore JD), it'll have native look-and-feel.

[HOW TO] Install JDownloader in Xubuntu (ppa)

Image
JDownloader simplifies downloading files from One-Click-Hosters like Rapidshare.com or Megaupload.com - not only for users with a premium account but also for users who don't pay. It offers downloading in multiple paralell streams, captcha recognition, automatical file extraction and much more. Of course, JDownloader is absolutely free of charge. Additionally, many "link encryption" sites are supported - so you just paste the "encrypted" links and JD does the rest. JDownloader can import CCF, RSDF and the new DLC files. Install Open a terminal window and run: sudo add-apt-repository ppa:jd-team/jdownloader -y && sudo apt-get update && sudo apt-get install jdownloader -y Actually, this package performs a pseudo-installation. When JDownloader is run for the first time ( Applications Menu > Internet > JDownloader ), it'll be installed in your $HOME , under ~/.jdownloader . After downloading and installing, JDownloader will...

Native Look and Feel for Netbeans on Xfce

Image
Netbeans displays a different look and feel than the rest of the applications on Xfce. To fix this, just add --laf GTK to the command that runs Netbeans (the command might different on your configuration), like so: /bin/netbeans --laf GTK