G
Guest
Hell
I have application that is simulating something like small bank. It's only for accademic use only. I have a form for creating new accout for example, and i put all acounts into an arraylist ( I keep there objects of account class ( my own )). But this array in on a major form, and when I want to add account I will need to do this array as a global shared. I think it's not very elegant way of exchaning data between forms... How to do it better ?
John
I have application that is simulating something like small bank. It's only for accademic use only. I have a form for creating new accout for example, and i put all acounts into an arraylist ( I keep there objects of account class ( my own )). But this array in on a major form, and when I want to add account I will need to do this array as a global shared. I think it's not very elegant way of exchaning data between forms... How to do it better ?
John