Marine Biology Case Study
MBCSfiles.zip: MBCSsource folder, JavaMBCS
data files and documentation, projects folder
MBCS [pdf] - documentation
including narrative
running
in netBeans
4-1
- all
projects
[programs] are located in the MBCS folder [link above]
- start
netBeans4-1
- go to file
-> new project
- select java application from
existing source files, click
next
- specify name of project
- browse to MBCS folder [make sure that folder path ends
with ...\MBCSfiles\projects\nameOfProject]
- make sure SET as Main is checked
- click next
- click Add Folder
- navigate to appropriate source folder [ex. ...\MBCSfiles\MBCSsource\Chaps1and2MBSGUI]
- click Finish
- in project bar, right click libraries
-> add jar
- navigate to the +libs
folder inside Chaps1and2MBSGUI
- highlight mbsbb.jar and mbsgui.jar and click open [you may
have to do this
step each time that you open the project]
- right click on projecy name and
select build project
- highlight MBSGUI.java
node and run file
- Chaps1and2MBSGUI
[screenshot of class
relationships]
- Chapter3 [screenshot]
- Chapters4and5
[screenshot]
- SimpleMBSDemo1
- SimpleMBSDemo2