Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Sunday, December 16, 2012
Print JEditorPane content using Java with header and footer
›
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package javatest.pritom; import java.aw...
Friday, December 14, 2012
Java: Reading and writing text files
›
package pritom ; import java.io.BufferedReader ; import java.io.BufferedWriter ; import java.io.IOException ; import java.nio....
Thursday, December 13, 2012
Finding real body height using jQuery
›
function getDocumentHeight() { if ($.browser.msie) { var $temp = $("<div>") .css("position...
Java: iterate through HashMap
›
Map resultMap = new HashMap(); ResultSet resultSetRegion = s.executeQuery(sSql2); if(resultSetRegion.next()) { resultMap.put( "f...
Run Bash Script Using Java And Get Debug And Error Output
›
String command = "sudo /usr/bin/some_name.sh"; System.out.println("runBashScriptCommand: " + command); try { Runtim...
Wednesday, December 12, 2012
Height of tab (JTabbedPane) in MAC
›
Code: JTabbedPane paneItem = new JTabbedPane(); JLabel iconInTab = new JLabel(new ImageIcon("myImage.png")); iconInTab.setPref...
1 comment:
Tuesday, December 11, 2012
Move all files except one
›
File Structure: /root/tmp/test [root@dswing test]# ll total 12 -rw-r--r-- 1 root root 2 Dec 12 13:41 a.txt -rw-r--r-- 1 root root 4...
‹
›
Home
View web version