Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public OverviewView(double Value, String Description, String Beneficiary) {¸
  2. value = Value;
  3. beneficiary = Beneficiary;
  4. description = Description;
  5.  
  6. valueText = new JTextField(String.valueOf(value));
  7. descText = new JTextField(description);
  8.  
  9. initElements();
  10. addElements();
  11. windowSetting();
  12.  
  13. logoutActionListener();
  14. transactions();
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement