My first GUI program:)

Friday, February 20, 2009


Open Library is a an open source software that maintains a library system. The system manages books information, library visitors, borrowing, ..... . you can download it form: http://sourceforge.net/projects/librarymanageme

3 comments:

mohammadkotb said...

mabrook 3ala el blog el geded ya 3amor,
keep it up :D

Unknown said...

HI AMR
its me Ahmed Mohsen
first of all congratulation on the new blog
second here u r the peace of code to choose file
JFileChooser chooser = new JFileChooser();
int result = chooser.showOpenDialog(ButtonFrame.this);
File f=chooser.getSelectedFile();
String filename = chooser.getSelectedFile().getPath();
//notice that u will but ur frame variable name in the constructor instead of ButtonFrame

khaled hady said...

Really nice program that can be deployed right away in a library

 
Amr Nabil - Templates para novo blogger