public void actionPerformed(ActionEvent e)
{
JOptionPane dialog = new JOptionPane();
String msg = "Separate preparations, even of the same buffer, constitute separate experiments.\nSubsampling occurs when a particular buffer preparation is assayed multiple times.";
dialog.showMessageDialog(null,msg,"-- Note on pHtools Conventions --",JOptionPane.INFORMATION_MESSAGE);
BufferCoefficientsDataPanel newPanel = new BufferCoefficientsDataPanel();
newPanel.setSSIDListener(ssidListen);
subsamplePane.add(newPanel);