Single Messenger for All Your Chat Accounts

Pidgin is a chat program which allows you to login to multiple chat networks simultaneously; it means you can chat with your Google Talk, MSN, Yahoo friends from a single chat messenger. Pidgin supports many features of these chat networks, such as file transfers, away messages, buddy icons, custom smiles, and typing notifications. It is compatible [...]

Continue reading →

Google Desktop Software for Desktop search

Google Desktop is a program allows text searches of a user’s e-mails, computer files, music, photos, chats, Web pages viewed, and other “Google Gadgets” in your desktop.Google Desktop allows the user to control which types of data are indexed by the programAfter performing searches, results can also be returned in an Internet browser on the [...]

Continue reading →

How to Add/Remove Rows From JTable

Here we will see how to add/remove rows from JTable. JTable is a most commonly used component in Java user interface (Swing).And this post will be most useful while handling JTable component in your swing applications. Check below example import java.awt.BorderLayout;import java.awt.Color;import java.awt.Component;import java.awt.Dimension;import java.awt.FlowLayout;import java.awt.Insets;import java.awt.Toolkit;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.MouseAdapter;import java.awt.event.MouseEvent;import java.io.BufferedWriter;import java.io.File;import java.io.FileWriter;import java.text.SimpleDateFormat;import [...]

Continue reading →

JTable Non-Editable Cells

JTable cells are by default editable cells but some scenarios we need non-editable JTable. Below code helps you to make non-editable JTable cells. JTable table = new JTable(defaulttablemodel) { @Override public boolean isCellEditable(int rowIndex, int colIndex) { return false; // Disallow the editing of any cell } }; Related Posts: How to Add JButton As [...]

Continue reading →

How to add JButton in JTable ColumnHeader

Here we can see how to add JButton as JTable column header. And the below code also explain the some useful information related to JTable component.  Check below example import java.awt.BorderLayout;import java.awt.Color;import java.awt.Component;import java.awt.Dimension;import java.awt.FlowLayout;import java.awt.Insets;import java.awt.Toolkit;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.MouseAdapter;import java.awt.event.MouseEvent;import java.io.BufferedWriter;import java.io.File;import java.io.FileWriter;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Vector;import javax.swing.JButton;import javax.swing.JDialog;import javax.swing.JFileChooser;import javax.swing.JFrame;import javax.swing.JPanel;import javax.swing.JScrollBar;import javax.swing.JScrollPane;import javax.swing.JTable;import [...]

Continue reading →

How to Handle Concurrentmodificationexception in Java

Why this problem is coming? Concurrentmodificationexception  is may thrown by methods I mean one thread to modify a collection while another thread is iterating over it. For example if you adding some elements to collections at the same time some other thread is removing some elements from the collections means it might throw  Concurrentmodificationexception. How [...]

Continue reading →

Free XML Editor Download – XML Notepad 2007

  Free XML Editor Download XML Notepad 2007 Microsoft XML Notepad 2007 helps developers in creating XML applications and managing XML documents. It is a freeware from Microsoft Corporation. It is very simple and easy to use. XML Notepad offers simple user interface that graphically represents the tree structure of XML data. We can also [...]

Continue reading →

Skype for Symbian OS Mobiles

Skype is a free application for mobile handsets running on Symbian operating system. Skype for Symbian allows users worldwide to use Skype on the move, over either a Wi-Fi or mobile data connection. Symbian mobile users – Make free Skype-to-Skype calls to other Skype users anywhere in the world- Save money on calls and texts (SMS) to phones [...]

Continue reading →

Sony announces Vivaz™ pro

Today sony announced the Vivaz™ pro Key featutes include, Full QWERTY keyboard along with the touch screen Stay in touch through email, Twitter™, Facebook™, blogging and chat 3.2” 16:9 wide touchscreen Allows to Capture in HD resolution and upload to YouTube via Wi-Fi™ Offers “PlayNow” for immediate online access to applications, games and music.

Continue reading →
Page 55 of 58« First...304050«535455565758»