Chat Client emoticons window JAVA

前端 未结 3 733
被撕碎了的回忆
被撕碎了的回忆 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:12

    In the absence of more information, I assume that what you are really after is a window which appears without window decorations (i.e. borders and title bar) and which does not show in the task bar. I therefore suggest you look at the JWindow documentation, which does exactly this.

提交回复
热议问题