Serialized Form
-
Package starb.client.ui
-
Class starb.client.ui.ExampleDrawingPanel
class ExampleDrawingPanel extends JComponent implements Serializable-
Serialized Fields
-
cellSize
int cellSize
-
cols
int cols
-
gridUpperLeft
Point2D.Double gridUpperLeft
-
rows
int rows
-
spotImage
BufferedImage spotImage
-
starImage
BufferedImage starImage
-
-
-
Class starb.client.ui.ExampleSidePanel
class ExampleSidePanel extends JPanel implements Serializable-
Serialized Fields
-
textArea
JTextArea textArea
-
textField
JTextField textField
-
-
-
Class starb.client.ui.ExampleWindow
class ExampleWindow extends JFrame implements Serializable-
Serialized Fields
-
graphicsPanel
ExampleDrawingPanel graphicsPanel
-
sidePanel
ExampleSidePanel sidePanel
-
-
-
-
Package webb.client.ui
-
Class webb.client.ui.WebbWindow
class WebbWindow extends JFrame implements Serializable
-
-
Package webb.client.ui.components
-
Class webb.client.ui.components.WebbBackButton
class WebbBackButton extends WebbButton implements Serializable -
Class webb.client.ui.components.WebbButton
class WebbButton extends JButton implements Serializable-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
borderSize
int borderSize
-
drawBackground
boolean drawBackground
-
font
Font font
-
image
BufferedImage image
-
text
String text
-
textColor
Color textColor
-
-
-
Class webb.client.ui.components.WebbCustomScrollpane
class WebbCustomScrollpane extends JScrollPane implements Serializable -
Class webb.client.ui.components.WebbProgressBar
class WebbProgressBar extends JProgressBar implements Serializable -
Class webb.client.ui.components.WebbRoundedJPanel
class WebbRoundedJPanel extends JPanel implements Serializable-
Serialized Fields
-
rHeight
int rHeight
-
rWidth
int rWidth
-
-
-
Class webb.client.ui.components.WebbSimpleImage
class WebbSimpleImage extends JComponent implements Serializable-
Serialized Fields
-
image
BufferedImage image
-
-
-
Class webb.client.ui.components.WebbTable
class WebbTable extends JTable implements Serializable
-
-
Package webb.client.ui.popup
-
Class webb.client.ui.popup.ExampleWebbPopup
class ExampleWebbPopup extends WebbPopup implements Serializable -
Class webb.client.ui.popup.WebbPopup
class WebbPopup extends JDialog implements Serializable
-
-
Package webb.client.ui.popup.congratulations
-
Class webb.client.ui.popup.congratulations.PopupCongratulations
class PopupCongratulations extends WebbPopup implements Serializable
-
-
Package webb.client.ui.popup.leaderboard
-
Class webb.client.ui.popup.leaderboard.PopupLeaderboard
class PopupLeaderboard extends WebbPopup implements Serializable-
Serialized Fields
-
scores
LeaderboardDTO scores
-
-
-
Class webb.client.ui.popup.leaderboard.WebbLeaderboardTable
class WebbLeaderboardTable extends WebbTable implements Serializable
-
-
Package webb.client.ui.popup.statistics
-
Class webb.client.ui.popup.statistics.PopupStatistics
class PopupStatistics extends WebbPopup implements Serializable-
Serialized Fields
-
statisticsData
UserStatsDTO statisticsData
-
-
-
-
Package webb.client.ui.screens
-
Class webb.client.ui.screens.MainMenuScreen
class MainMenuScreen extends Screen implements Serializable -
Class webb.client.ui.screens.Screen
class Screen extends JPanel implements Serializable
-
-
Package webb.client.ui.screens.creditsscreen
-
Class webb.client.ui.screens.creditsscreen.AuthorCreditsLabel
class AuthorCreditsLabel extends JLabel implements Serializable -
Class webb.client.ui.screens.creditsscreen.CreditsScreen
class CreditsScreen extends Screen implements Serializable
-
-
Package webb.client.ui.screens.loading
-
Class webb.client.ui.screens.loading.LoadingScreen
class LoadingScreen extends Screen implements Serializable-
Serialized Fields
-
loadingText
JLabel loadingText
-
progressBar
WebbProgressBar progressBar
-
progressPuzzleLevels
int progressPuzzleLevels
-
progressUserCompletion
int progressUserCompletion
-
startedTransition
boolean startedTransition
-
-
-
-
Package webb.client.ui.screens.puzzlescreen
-
Class webb.client.ui.screens.puzzlescreen.PuzzleComponent
class PuzzleComponent extends JComponent implements Serializable-
Serialized Fields
-
logic
PuzzleLogic logic
-
-
-
Class webb.client.ui.screens.puzzlescreen.PuzzleScreen
class PuzzleScreen extends Screen implements Serializable-
Serialized Fields
-
puzzleComponent
PuzzleComponent puzzleComponent
-
sidePanel
PuzzleSideScreen sidePanel
-
stopWatch
StopWatch stopWatch
-
-
-
Class webb.client.ui.screens.puzzlescreen.PuzzleSideScreen
class PuzzleSideScreen extends WebbRoundedJPanel implements Serializable
-
-
Package webb.client.ui.screens.selectpuzzle
-
Class webb.client.ui.screens.selectpuzzle.PuzzleButton
class PuzzleButton extends JPanel implements Serializable-
Serialized Fields
-
completed
boolean completed
-
level
PuzzleLevelDTO level
-
-
-
Class webb.client.ui.screens.selectpuzzle.SelectPuzzleScreen
class SelectPuzzleScreen extends Screen implements Serializable-
Serialized Fields
-
completedLevels
Set<Integer> completedLevels
-
currentPage
int currentPage
-
leaderboardScores
LeaderboardDTO leaderboardScores
-
levelPages
List<List<PuzzleLevelDTO>> levelPages
-
levels
PuzzleLevelDTO[] levels
-
pageNumberLabel
JLabel pageNumberLabel
-
puzzleBack
WebbButton puzzleBack
-
puzzleForward
WebbButton puzzleForward
-
puzzlePanel
JPanel puzzlePanel
-
statisticsData
UserStatsDTO statisticsData
-
-
-
-
Package webb.client.ui.screens.test
-
Class webb.client.ui.screens.test.ScreenTestComponents
class ScreenTestComponents extends Screen implements Serializable
-