Is it possible to have fixed sizes (widths) for buttons in a GridBagLayout so that they are always the same size? Thanks you
Yes, as noted in the comments, use GridLayout.
To add an add-on, simply use the last two parameters for GridLayout (int rows, int cols, int hgap, int vgap)
Source: https://habr.com/ru/post/1411162/More articles:Mongolian data modeling / voting updates (up and down) - mongodbMonoDevelop - Wildcards in a csproj file - c #Kernel APL, J, K - jOpenGL Render to texture Coordinates - javaGet the closest / next match in a .NET Hashtable (or other structure) - hashtableGoogle Maps API API (v3) add / update - javascriptHow to calculate device level FPS in android - androidInternet Explorer local storage - javascriptUsing node.js and socket.io with a PHP application - node.jshow to connect to awk script - bashAll Articles