|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.NutrientPanel
NutrientPanel is a module that can calculate personal nutrient need.
Tt has a method addPanel()
which return this panel to MainFrame.
EatHealthy
A simple personal nutrient need and food serving calculator
Copyright (c) 2003
MainFrame
Constructor Summary | |
NutrientPanel(MainFrame frame)
Construsts a new NutrientPanel instance |
Method Summary | |
javax.swing.JPanel |
addPanel()
Which is evoked by MainFrame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NutrientPanel(MainFrame frame)
frame
- parent frame(MainFrame)MainFrame
Method Detail |
public javax.swing.JPanel addPanel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |