java - Swing components naming convention? -


is there naming convention swing components such jbuttons..? or body knows way doing that?

thanks

afaik, there no special convention swing elements.

the best thing can using names explicit possible (as usual).

for part try use name of wanted content followed type of component.

for example textfield containing age use agetextfield.
button used sumbit use submitbutton.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

c++ - Convert big endian to little endian when reading from a binary file -