X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=Moosique.java;h=01b6b7664345685d633f6585aeaace8c8d011fad;hp=0a148b60a3acf0ae2422d98f902f22947cb3b26d;hb=e31778837bee5cfbbaf643d17f1eaeb086d8e50c;hpb=a714980001770d23628599710a48260e12f09be4 diff --git a/Moosique.java b/Moosique.java index 0a148b6..01b6b76 100644 --- a/Moosique.java +++ b/Moosique.java @@ -312,8 +312,8 @@ public class Moosique { } /** - * Shows the given message in the status bar. - * @param text the message to show + * Returns whether the given track should be drawn + * @return true if the given track should be drawn */ public static boolean shouldBeDrawn(Track track) { if (drawEmptyTracks) return true; @@ -322,8 +322,8 @@ public class Moosique { /** - * Shows the given message in the status bar. - * @param text the message to show + * Sets whether empty tracks should be drawn + * @param state true if empty tracks should be drawn */ public static void setDrawEmptyTracks(boolean state) { drawEmptyTracks = state;