mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
commenting fix
This commit is contained in:
parent
3c0c42eb65
commit
1c8aadf9ff
@ -91,8 +91,10 @@ public class WrapLayout implements LayoutManager, java.io.Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new <code>WrapLayout</code> with a left alignment and a
|
* Constructs a new <code>WrapLayout</code> with a left alignment.
|
||||||
* default 0-unit horizontal and vertical gap.
|
*
|
||||||
|
* @param vgap The vertical gap spacing between rows of components.
|
||||||
|
* @param hgap The horizontal gap spacing between components.
|
||||||
*/
|
*/
|
||||||
public WrapLayout(int vgap, int hgap) {
|
public WrapLayout(int vgap, int hgap) {
|
||||||
this.vgap = vgap;
|
this.vgap = vgap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user