Loading a dinamic Library
Note I’m not loading a .jar library, I’m only loading a .class, which implements my library functions. To test this code you must have in… Read More »Loading a dinamic Library
Note I’m not loading a .jar library, I’m only loading a .class, which implements my library functions. To test this code you must have in… Read More »Loading a dinamic Library
Vim peut indenter automatiquement du code source (c, java, …) Sélectionner la partie du code source à traiter en mode visuel (v) Appuyer sur la… Read More »Indenter automatiquement du code source avec vim
ArrayList<Object> list = new ArrayList<Object>(); … //tri Collections.sort(list, new Comparator(){ public int compare(Object o1, Object o2) { return o1.compareTo(o2); … Read More »Trier un ArrayList
echo “swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel” | sudo tee /usr/lib/jvm/java-6-sun/lib/swing.properties