GTK+: Create a vertical box with GtkBox class

#include <gtk /gtk.h>
#define NUM_Countries 5
const gchar* countries[] = { "US", "GB", "Deutch", "France", "Span" };
int main (int argc,char *argv[])
{ <a href="http://sakoba.byethost13.com/2012/04/09/gtk-create-a-vertical-box-with-gtkbox-class/#more-486" class="more-link">Read more...</a></gtk>
Apr 9th, 2012 | Filed under C/C++
Tags: , ,

Java: How to read PDF File

After adding the iText library, by adding iText.jar to the lib folder of your project.
you can use this function to read a PDF File. Read more…

Mar 29th, 2012 | Filed under Java
Tags: , ,

Java: How to find text in files

Feb 29th, 2012 | Filed under Java IO
Tags:

Java: Basic DataBase Connexion

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
  <a href="http://sakoba.byethost13.com/2012/02/21/java-basic-database-connexion/#more-475" class="more-link">Read more...</a>
Feb 21st, 2012 | Filed under Uncategorized
Tags:

Using Outlook Bar in swing program with lf2Prod

Jan 5th, 2012 | Filed under Uncategorized
Tags:

IPhone: Audio controller example

iphone
This example creates an audio controller and audio sample using an existing ring tone on the iPhone, then plays the sound Read more…

Oct 27th, 2011 | Filed under Uncategorized

Find Directories

imagesLogoBlanncNoir
If a file object represents a directory, use list() to get an array of the file names in that directory. Read more…

Oct 19th, 2011 | Filed under Uncategorized
Tags:

Vector Enumeration

Oct 19th, 2011 | Filed under Java
Tags:

Button Table Example

Oct 13th, 2011 | Filed under Swing
Tags:

JSortTable

Oct 13th, 2011 | Filed under Swing
Tags: