Since i'm a noob and i was quite in a hurry i could do that basically using sockets n JFrame.
Did that by watching chat services tutorial.
1 side was me writing commands.
On the other side my laptop running it.
But i got stuck on an issue.
I created the method showFolders(); // to receive all the folders from my laptop to my pc.
So whats the best to to display that for me? I thought about something like buttons containing those folder names but since there are many folder i couldn't scrollable the getContentPane();
Do you have any better idea? Or help fix solve this problem.
What i want is like a width=500 height=400 JFrame to display buttons like :
"Inception"
"LimitLess"
"Avatar"
"Iron Man"
scrollable since there r many titles so that i could click on one of them to be played on my laptop.
thanks in advance
ps (edit1) : AWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW MANNN java's gui so boring!! wish i could use css on it. :P
ps (edit2) : Solved it simply using Sockets. thanks