A、
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Where can I see the source code of GridCellEditTextField
AnsweredIs it possible for me to achieve this effect in JTable?Long text will enlarge when double clicked。 I used UI Inspecor to check that it is GridCellEditTextField. How is it implemented? Or is there ... -
Created How to display a button at the mouse position, similar to Run to cursor?
AnsweredI want to display an icon on the left side when I move the mouse to a certain location, similar to the run to cursor in Idea debug Do you have any suggestions -
Created Idea has GRPC dependency, do I need to reintroduce it?
AnsweredI found that Idea comes with a gRPC dependency. Do I need to reintroduce it through` implementation` -
Created org.jetbrains. jps.builders.impl.java.JavaoCmpilerTool available
AnsweredI want to dynamically compile a piece of Java code, but ToolProvider. getSystemJavaCompiler() returns null,Perhaps the idea is a JRE environment, but I found the class org.jetbrains. jps.builders.i...