Small typo fixes.
This commit is contained in:
parent
88d302f2b0
commit
88679e608a
|
@ -211,7 +211,7 @@ public class VLocation extends JComponent
|
||||||
} // isReadWrite
|
} // isReadWrite
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set Mandatory (and back bolor)
|
* Set Mandatory (and back color)
|
||||||
* @param mandatory true if mandatory
|
* @param mandatory true if mandatory
|
||||||
*/
|
*/
|
||||||
public void setMandatory (boolean mandatory)
|
public void setMandatory (boolean mandatory)
|
||||||
|
|
|
@ -424,7 +424,7 @@ public class VLocationDialog extends CDialog
|
||||||
*/
|
*/
|
||||||
private String lookupPostcode(MCountry country, String postcode)
|
private String lookupPostcode(MCountry country, String postcode)
|
||||||
{
|
{
|
||||||
// Initialise the lookup class.
|
// Initialize the lookup class.
|
||||||
AddressLookupInterface pcLookup = null;
|
AddressLookupInterface pcLookup = null;
|
||||||
try {
|
try {
|
||||||
AddressLookupInterface pcLookupTmp = (AddressLookupInterface) Class
|
AddressLookupInterface pcLookupTmp = (AddressLookupInterface) Class
|
||||||
|
|
|
@ -141,7 +141,7 @@ public class VURL extends JComponent
|
||||||
m_button.setFocusable(false);
|
m_button.setFocusable(false);
|
||||||
this.add(m_button, BorderLayout.EAST);
|
this.add(m_button, BorderLayout.EAST);
|
||||||
|
|
||||||
// Prefereed Size
|
// Preferred Size
|
||||||
this.setPreferredSize(this.getPreferredSize()); // causes r/o to be the same length
|
this.setPreferredSize(this.getPreferredSize()); // causes r/o to be the same length
|
||||||
// ReadWrite
|
// ReadWrite
|
||||||
if (isReadOnly || !isUpdateable)
|
if (isReadOnly || !isUpdateable)
|
||||||
|
@ -221,7 +221,7 @@ public class VURL extends JComponent
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set ReadWrite
|
* Set ReadWrite
|
||||||
* @param rw read rwite
|
* @param rw read/write
|
||||||
*/
|
*/
|
||||||
public void setReadWrite (boolean rw)
|
public void setReadWrite (boolean rw)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue