Snippets Collections
/^(0{0,2}\+?389[\s./-]?)(\(?[0]?[7-7][0-9]\)?[\s./-]?)([2-9]\d{2}[\s./-]?\d{3})$/gm
	/* Pojo Accessibility */
	.pojo-a11y-toolbar-text {font-size: 15px !important; font-weight: 500 !important;}
	#pojo-a11y-toolbar {z-index: 99!important;}
	.br_alabel{ z-index:5!important; }
	#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle, #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay { 
		-webkit-box-shadow: 0 0 0px 0 rgb(0 0 0 / 20%); box-shadow: 0 0 0px 0 rgb(0 0 0 / 20%);}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle { left: 200px; box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);}
	@media only screen and (max-width: 600px) {
  		#pojo-a11y-toolbar svg{height:18px; width:18px;}
		#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {left: 180px;}
}
@media only screen and (max-width: 768px) {
  
}
import javax.swing.*;  
public class FirstSwingExample {  
public static void main(String[] args) {  
JFrame f=new JFrame();//creating instance of JFrame  
          
JButton b=new JButton("click");//creating instance of JButton  
b.setBounds(130,100,100, 40);//x axis, y axis, width, height  
          
f.add(b);//adding button in JFrame  
          
f.setSize(400,500);//400 width and 500 height  
f.setLayout(null);//using no layout managers  
f.setVisible(true);//making the frame visible  
}  
}  
star

Mon May 15 2023 05:44:23 GMT+0000 (Coordinated Universal Time) https://regex101.com/r/Uz4z9c/1

#regex #mobile #macedonia
star

Thu Jan 26 2023 21:06:55 GMT+0000 (Coordinated Universal Time)

#mobile #accessible
star

Fri Jan 20 2023 12:26:04 GMT+0000 (Coordinated Universal Time)

#mobile #responsive
star

Wed Jan 01 2020 19:00:00 GMT+0000 (Coordinated Universal Time) https://www.javatpoint.com/java-swing

#java #howto #interviewquestions #mobile

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension