Serialized Form
serialVersionUID: 1L
about
javax.swing.JPanel about
add
javax.swing.JLabel add
add_txt
javax.swing.JLabel add_txt
app_name
javax.swing.JLabel app_name
app_name_txt
javax.swing.JLabel app_name_txt
center_panel
javax.swing.JPanel center_panel
details
javax.swing.JPanel details
dev
javax.swing.JLabel dev
dev_txt
javax.swing.JLabel dev_txt
email
javax.swing.JLabel email
email_txt
javax.swing.JLabel email_txt
head_note
javax.swing.JLabel head_note
lan
javax.swing.JLabel lan
lan_txt
javax.swing.JLabel lan_txt
north_panel
javax.swing.JPanel north_panel
pic_txt
javax.swing.JLabel pic_txt
picture
javax.swing.JLabel picture
ref
javax.swing.JLabel ref
ref_txt
javax.swing.JLabel ref_txt
tabpane
javax.swing.JTabbedPane tabpane
serialVersionUID: 1L
about
javax.swing.JButton about
- The about is button variable that displays information about application and developer when it is clicked.
center
javax.swing.JPanel center
- The center is the panel variable that represents the center part of the front-end.
copyright
javax.swing.JLabel copyright
- The copyright is the label variable for copyright information about the applicaiton.
dict
javax.swing.JPanel dict
- The dict is the panel variable.
dict_word
javax.swing.JLabel dict_word
- The dict_word is the label variable for text displayed at top of the front-end .
english
javax.swing.JPanel english
- The english is the panel variable for displaying the result of the english meaning.
english_area
javax.swing.JTextArea english_area
- The english_area is the textarea variable for displaying the english meaning.
english_scroll
javax.swing.JScrollPane english_scroll
- The english_scroll is the scrollpane variable.
nepali
javax.swing.JPanel nepali
- The nepali is the panel variable for displaying the result of the nepali meaning.
nepali_area
javax.swing.JTextField nepali_area
- The nepali_area is the textarea variable for displaying the nepali meaining.
north
javax.swing.JPanel north
- The north is the north panel of the border layout.
note
javax.swing.JLabel note
- The note is the label variable for displaying the text at nepali area.
ok
javax.swing.JButton ok
- The ok is the button variable for clicking "OK" button at front-end.
opt_panel
javax.swing.JPanel opt_panel
- The opt_panel is the panel variable.
option
javax.swing.JLabel option
- The option is the label variable for displaying "Options" text at front-end.
quot
javax.swing.JPanel quot
- The quot is the panel variable.
quotation
javax.swing.JLabel quotation
- The quotation is the label variable for displaying quotation at the top of the front-end.
south
javax.swing.JPanel south
- The south is the south panel of border layout.
translate
javax.swing.JButton translate
- The translate is the button variable that translate the english word into it's corresponding nepali meaning.
w_p_label
javax.swing.JLabel w_p_label
- The w_p_label is the label for displaying word/phrase at front-end.
west
javax.swing.JPanel west
- The west is the west panel of border layout.
word
javax.swing.JButton word
- The word is the button variable for displaying help.
word_phrase
javax.swing.JTextField word_phrase
- The word_phrase is the textfield for entering the word whose meaning is to be searched.
input
java.lang.String input
- The input variable represents the actual value entered by the user to be mapped in the xml file.
This value is in lowercase and may contain "." (dot) in between the words to represent the phrase.
input1
java.lang.String input1
- The input1 is the variable that takes the value entered by the user at front-end.
The value may be both uppercase, lowercase or both.
input2
java.lang.String input2
- The input2 is the variable that takes the value entered by user as lowercase letters only by changing the value from variable input1 to lowercase.
input3
java.lang.String input3
- The input3 is the variable that takes the token value of the entered word/phrase.
It represents the starting token, if another token is also present then takes that token later (which is after space typed by user).
nepali_mean
java.lang.String nepali_mean
- The nepali_mean variable represents the value of the nepali meaning which is received
after parsing the xml file. This value is then displayed at the nepali text area at
the front end.
meaning
java.lang.String meaning
- The meaning variable represents the value of the english meaning with it's examples which is received
after parsing the xml file. This value is then displayed at the english area at the front
end.
serialVersionUID: 1L