Gold Scripts Posted April 4, 2016 Share Posted April 4, 2016 (edited) Edited January 22, 2018 by Gold Scripts 3 Quote Link to comment Share on other sites More sharing options...
CharChar Posted April 4, 2016 Share Posted April 4, 2016 That's pretty cool that you can make something like this. When I'm done basic computer science "C++", I'll look into more coding stuff. Quote Link to comment Share on other sites More sharing options...
GaetanoH Posted April 4, 2016 Share Posted April 4, 2016 Holy shit dude looks neat! Quote Link to comment Share on other sites More sharing options...
Gold Scripts Posted April 4, 2016 Author Share Posted April 4, 2016 Holy shit dude looks neat! Thank you! That's pretty cool that you can make something like this. When I'm done basic computer science "C++", I'll look into more coding stuff. Thanks man, and nice! I wish to learn more C++ someday.. I haven't had a bunch of opportunities to work with it Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted April 4, 2016 Share Posted April 4, 2016 Ah a chat is basically the best thing to do when learning networking. Which I'm assuming you are with that project. It's a simple concept and not completely useless, motivating enough to go through it. Webcam is going to be a different story though than a simple chat :p Good luck with that Quote Link to comment Share on other sites More sharing options...
Botre Posted April 4, 2016 Share Posted April 4, 2016 Good job! The buttons seem a bit supersized though x) I like the text balloons, how did you manage to do that in Swing? Quote Link to comment Share on other sites More sharing options...
Gold Scripts Posted April 5, 2016 Author Share Posted April 5, 2016 (edited) Good job! The buttons seem a bit supersized though x) I like the text balloons, how did you manage to do that in Swing? Thanks man, and yeah the buttons are a tad bit large Basically after the strings are returned from the server back to respective client workers, I have the client pass that string to a "Chat bubble" that extends JPanel, where I am just using graphics to draw the bubble as well as the string, then the chat bubble (Jpanel) is added to a container in the JScrollpane. Also have 270 char limit, and bubble sizes increase based on char count (so the message doesn't fly off the screen) Ah a chat is basically the best thing to do when learning networking. Which I'm assuming you are with that project. It's a simple concept and not completely useless, motivating enough to go through it. Webcam is going to be a different story though than a simple chat Good luck with that Yeah webcam capabilities are gonna be a pain, however once the text server + client are made it should make the job slightly easier. I am probably going to wait until summer before I think about any webcam support. We will see! Edited April 5, 2016 by Gold Scripts 1 Quote Link to comment Share on other sites More sharing options...
Joseph1993 Posted April 7, 2016 Share Posted April 7, 2016 looks nice bro 1 Quote Link to comment Share on other sites More sharing options...