Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
6dbb4b3e248915c4471286831eb736b21f07cf58
TTool
src
main
java
ui
AvatarPanelDrawer.java
Find file
Normal view
Permalink
AvatarPanelDrawer.java
38 KiB
Newer
Older
Separating drawer for Avatar specification
Ludovic Apvrille
committed
9 months ago
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
}
}
public
String
getLastKeyword
(
String
s
)
{
return
s
.
split
(
"__"
)[
s
.
split
(
"__"
).
length
-
1
];
}
}
Show full blame
Prev
1
2
Next