Quick Search for:  in language:    
MDI,program,Java,assignment,simple,which,make
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Java/ Javascript Stats

 Code: 220,465. lines
 Jobs: 92. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login





Latest Code Ticker for Java/ Javascript.
Click here to see a screenshot of this code!vok - The vocabulary trainer
By Thorsten Stärk on 1/7

(Screen Shot)

Java, Calculator
By Rockwell on 1/4


Eatable Interface
By Rockwell on 1/4


Superclass Person
By Rockwell on 1/4


Draws Cube Function
By Rockwell on 1/4


Rectangle Class
By Rockwell on 1/4


Find Number of Upper and Lower Case Letters in a Command Line Argument String
By Rockwell on 1/4


anagrams
By Rockwell on 1/4


Text Reader with Tokenizer
By Rockwell on 1/4


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

A faculty book system

Print
Email
 
winzip icon
Submitted on: 6/17/2002 5:37:29 AM
By: ongwc 
Level: Intermediate
User Rating: By 23 Users
Compatibility:Java (JDK 1.2)

Users have accessed this code 11211 times.
 
(About the author)
 
     Hi, this program is for my Java assignment.. this is a simple program which make use of JTable, MDI, text file, array, etc... if you like this program, pls vote me :D Just compile and run the program. javac FacultyBookList_Main java FacultyBookList_Main ZIP file updated with icons. (thks to Carl)

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.
 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
6/17/2002 8:06:26 PM:Ahmed Abdellatif
Your program is gr8, but i wanna 
suggest something; u may make the file 
handling in XML files instead of using 
those normal files and file 
structures.
Thanks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/20/2002 2:34:52 PM:ongwc
hi, thks for ur suggestion... i will 
keep this in mind... if i've time, i 
will update and submit the code 
again.
thanks again.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/22/2002 1:34:49 PM:Bruce Wexler
Hello,
Nice work and a great 
learning tool to go through and see how 
you put this together. Can you provide 
the images as well? That would be 
great. Also, I could not read in the 
values from the text files, but maybe I 
was doing something wrong. 
Thank 
you,
Bruce
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/23/2002 8:11:39 AM:ongwc
hi,
thks for ur comment... if u r 
saying abt the images for the toolbar, 
than those images is included in the 
ZIP file. If unzipped correctly, a new 
folder call "images" will be created & 
all the image will be inside the 
folder. Hope this help...
thks again.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/31/2002 2:16:24 PM:Wai Kit
Hi, I am a beginner in java.. I am 
really impressed by your work... I was 
lookin through your code last night~ 
and I its done using Jframe rite ?
I 
have a question here (I knw it mayb 
sounds silly.. but I wanna know and 
learn :> )... since u are using Jframe 
why I cant see any instance or object 
created using the JFrame constuctor.. ( 
I mean something like JFrame yourframe 
= new JFrame() ).....
thanks for 
having a glimps at my question..
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/2/2002 11:29:17 AM:Carl
I don't believe the icons are in the 
zip file.  
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/4/2002 8:37:37 PM:ongwc
oppps... Carl, u are right... i forgot 
to include those icons in the zip 
file... silly me. Anyway, I updated the 
zip file.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/13/2002 10:46:30 AM:
thanks alot..i am looking for that 
system.Is it can be modify into 
bookshop system.?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/21/2002 7:22:50 AM:
Thank you that sharing the idea with 
us. i'm finding the idea how to create 
a liabrary database. This really good 
for me.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/22/2003 9:04:21 PM:
Hi, im really new in Java when I run 
this code i get this 
error.
--------------------------- 
Compiler Output 
---------------------------
.\clsTimerT
ime.java:5: Class java.util.Timer not 
found in import. import 
java.util.Timer;        ^ 
.\clsTimerTime.java:8: Class 
java.util.TimerTask not found in 
import. import java.util.TimerTask;     
   ^ .\clsTimerTime.java:19: Superclass 
java.util.TimerTask of inner class 
clsTimerTime. clsTime not found. 
	public class clsTime extends TimerTask 
{ 	                             ^ 
FacultyBookList_Main.java:275: Method 
getSelectedFrame() not found in class 
javax.swing.JDesktopPane. 
		if(jdpDesktop.getSelectedFrame() != 
null) { 		                              
^ FacultyBookList_Main.java:276: Method 
getSelectedFrame() not found in class 
javax.swing.JDesktopPane. 
			strFrameTitle = 
jdpDesktop.getSelectedFrame().getTitle()
; 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/27/2003 10:39:31 AM:
This is my problem too.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/27/2003 7:24:33 PM:ongwc
you need to have Java JDK v1.3.1 above 
to compile... i think any version that 
below mentioned version dont have the 
TimerTask package 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/22/2003 2:00:08 AM:
why u book list only can display three 
data only.????
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/23/2003 11:18:30 PM:
why u book list cannot add more?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/31/2003 4:53:23 AM:
Impressive! I'm a VB Prog. and a Java 
beginner. I'm looking for an 
application written in Java to serve as 
an example on how application is 
written in it and leverage my skill in 
VB to Java. I've noticed u used VB file 
naming convention and glad to see that 
way and somehow I can relate. Thanks 
and keep it up.5 globe for u ongwc.  
-donn
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/17/2003 10:14:38 PM:
can u help to conver the program to 
suit the database instead of text 
file?
what should i do and where i do 
it...
thanks for ur help...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/8/2003 12:19:17 AM:
hi... 
i want to use this program to 
run on JDBC with Microsoft 
Access...
can u give me some idea 
where to start?
thanks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Java/ Javascript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.