Chat Client emoticons window JAVA

前端 未结 3 736
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 08:33

I\'ve been working on creating a chat client(java swing) and I\'ve just made my emoticons fully useable but other than having users type \":)\" for example, I want to provid

3条回答
  •  一整个雨季
    2020-11-27 09:24

    I suppose you mean a chat window like this sort. In that case, you'll need to learn how to layer components over one another, in this case a jPanel, or a jLayeredPane nested inside the main jFrame.

    Chat

提交回复
热议问题