Class ChangeWeight


public class ChangeWeight
extends JPanel

Field Summary

(package private) JButton
cancel
(package private) JDialog
d
(package private) JTextField
f
(package private) JTextField
info
(package private) JLabel
l
(package private) JButton
ok
(package private) Vertex
v

Constructor Summary

ChangeWeight(Vertex vertex, JDialog d)
Constructor ChangeWeight.

Method Summary

void
clearAndHide()

Field Details

cancel

(package private)  JButton cancel

d

(package private)  JDialog d

f

(package private)  JTextField f

info

(package private)  JTextField info

l

(package private)  JLabel l

ok

(package private)  JButton ok

v

(package private)  Vertex v

Constructor Details

ChangeWeight

public ChangeWeight(Vertex vertex,
                    JDialog d)
Constructor ChangeWeight.
Parameters:
vertex -
d -

Method Details

clearAndHide

public void clearAndHide()