com.gotdns.jimula.EatHealthy
Class NutrientPanel

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.NutrientPanel

public class NutrientPanel
extends java.lang.Object

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

See Also:
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

NutrientPanel

public NutrientPanel(MainFrame frame)
Construsts a new NutrientPanel instance

Parameters:
frame - parent frame(MainFrame)
See Also:
MainFrame
Method Detail

addPanel

public javax.swing.JPanel addPanel()
Which is evoked by MainFrame

Returns:
panel_nutrient a JPanel with panel_nutrient