DEV Community

Discussion on: Project Ideas and Career Development

Collapse
 
bimbimprasetyoafif profile image
Bimo Prasetyo Afif

Hello Bobby, nice to meet you.

I have used java to built my small project in my college. it called Java Bank (already in my github)

It provide simulation about bank transaction such as Teller, ATM, e-banking.

You could make Bank app with some features that i didn't.

Collapse
 
bobbyiveson profile image
bobby.j iveson@gmail.com • Edited

Nice idea Bimo thanks.

I'll take a look if you don't mind? Did you create a UI?

Collapse
 
bimbimprasetyoafif profile image
Bimo Prasetyo Afif

sure, any feedback too. :)

yes i did, i used jFrame (or with Jpanel, i forgot)

Thread Thread
 
bimbimprasetyoafif profile image
Bimo Prasetyo Afif

and i used netBeans IDE for developing.

it's basic project actually. ;)

Thread Thread
 
bobbyiveson profile image
bobby.j iveson@gmail.com • Edited

Yeh, no probs and thanks again ;)

I've been using IntelliJ. I'll defo have a look through and see what I can learn from your code or what I can do to add to it.