6月29日(日)に開催した六本木自習会の報告をします。 色々なAIツールを使う、Java Cursorというエディタを使用して色々試して遊んでいます。Javaを学習する教材を作ってもらいその教材を使用しながら学習。わからないことがあればこれもAIにきくといった ...
Can I create a custom cursor for text in Java that's a rectangle around the current character? I'm thinking I'll have to use some FontMetrics and drawRect somehow.